[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix not transpiling things

Nestor Vera (Jul 13, 2019, 9:49 PM +0200) 02400d08 0bb39f67

+115 -4
+2 -1
.gitignore
··· 1 1 .DS_STORE 2 - node_modules 2 + /lib/ 3 + /node_modules/
+1
.npmignore
··· 1 + /src/
+5 -2
package.json
··· 21 21 "email": "nestorvera@me.com", 22 22 "url": "https://nestor.rip/" 23 23 }, 24 - "main": "src/index.js", 24 + "main": "lib/index.js", 25 25 "scripts": { 26 + "prebabelify": "rimraf lib", 27 + "babelify": "babel src --out-dir lib --copy-files", 26 28 "dev": "jest --watchAll", 27 29 "test": "jest" 28 30 }, 29 - "dependencies": {}, 30 31 "devDependencies": { 32 + "@babel/cli": "^7.5.0", 31 33 "@babel/core": "^7.5.4", 32 34 "@babel/preset-env": "^7.5.4", 33 35 "babel-jest": "^24.8.0", ··· 43 45 "jest-matcher-css": "^1.0.3", 44 46 "lodash": "^4.17.14", 45 47 "postcss": "^7.0.16", 48 + "rimraf": "^2.6.3", 46 49 "tailwindcss": "^1.0.1" 47 50 } 48 51 }
+107 -1
pnpm-lock.yaml
··· 1 1 devDependencies: 2 + '@babel/cli': 7.5.0_@babel+core@7.5.4 2 3 '@babel/core': 7.5.4 3 4 '@babel/preset-env': 7.5.4_@babel+core@7.5.4 4 5 babel-jest: 24.8.0_@babel+core@7.5.4 ··· 14 15 jest-matcher-css: 1.1.0 15 16 lodash: 4.17.14 16 17 postcss: 7.0.17 18 + rimraf: 2.6.3 17 19 tailwindcss: 1.0.5 18 20 lockfileVersion: 5.1 19 21 packages: 22 + /@babel/cli/7.5.0_@babel+core@7.5.4: 23 + dependencies: 24 + '@babel/core': 7.5.4 25 + commander: 2.20.0 26 + convert-source-map: 1.6.0 27 + fs-readdir-recursive: 1.1.0 28 + glob: 7.1.4 29 + lodash: 4.17.14 30 + mkdirp: 0.5.1 31 + output-file-sync: 2.0.1 32 + slash: 2.0.0 33 + source-map: 0.5.7 34 + dev: true 35 + hasBin: true 36 + optionalDependencies: 37 + chokidar: 2.1.6 38 + peerDependencies: 39 + '@babel/core': ^7.0.0-0 40 + resolution: 41 + integrity: sha512-qNH55fWbKrEsCwID+Qc/3JDPnsSGpIIiMDbppnR8Z6PxLAqMQCFNqBctkIkBrMH49Nx+qqVTrHRWUR+ho2k+qQ== 20 42 /@babel/code-frame/7.0.0: 21 43 dependencies: 22 44 '@babel/highlight': 7.5.0 ··· 1094 1116 node: '>=4' 1095 1117 resolution: 1096 1118 integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== 1119 + /async-each/1.0.3: 1120 + dev: true 1121 + optional: true 1122 + resolution: 1123 + integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== 1097 1124 /async-limiter/1.0.0: 1098 1125 dev: true 1099 1126 resolution: ··· 1209 1236 dev: true 1210 1237 resolution: 1211 1238 integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= 1239 + /binary-extensions/1.13.1: 1240 + dev: true 1241 + engines: 1242 + node: '>=0.10.0' 1243 + optional: true 1244 + resolution: 1245 + integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== 1212 1246 /brace-expansion/1.1.11: 1213 1247 dependencies: 1214 1248 balanced-match: 1.0.0 ··· 1332 1366 dev: true 1333 1367 resolution: 1334 1368 integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== 1369 + /chokidar/2.1.6: 1370 + dependencies: 1371 + anymatch: 2.0.0 1372 + async-each: 1.0.3 1373 + braces: 2.3.2 1374 + glob-parent: 3.1.0 1375 + inherits: 2.0.4 1376 + is-binary-path: 1.0.1 1377 + is-glob: 4.0.1 1378 + normalize-path: 3.0.0 1379 + path-is-absolute: 1.0.1 1380 + readdirp: 2.2.1 1381 + upath: 1.1.2 1382 + dev: true 1383 + optional: true 1384 + optionalDependencies: 1385 + fsevents: 1.2.9 1386 + resolution: 1387 + integrity: sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g== 1335 1388 /ci-info/2.0.0: 1336 1389 dev: true 1337 1390 resolution: ··· 1409 1462 integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== 1410 1463 /commander/2.20.0: 1411 1464 dev: true 1412 - optional: true 1413 1465 resolution: 1414 1466 integrity: sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== 1415 1467 /component-emitter/1.3.0: ··· 2122 2174 node: '>=6 <7 || >=8' 2123 2175 resolution: 2124 2176 integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== 2177 + /fs-readdir-recursive/1.1.0: 2178 + dev: true 2179 + resolution: 2180 + integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== 2125 2181 /fs.realpath/1.0.0: 2126 2182 dev: true 2127 2183 resolution: ··· 2418 2474 dev: true 2419 2475 resolution: 2420 2476 integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= 2477 + /is-binary-path/1.0.1: 2478 + dependencies: 2479 + binary-extensions: 1.13.1 2480 + dev: true 2481 + engines: 2482 + node: '>=0.10.0' 2483 + optional: true 2484 + resolution: 2485 + integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= 2421 2486 /is-buffer/1.1.6: 2422 2487 dev: true 2423 2488 resolution: ··· 2547 2612 node: '>=0.10.0' 2548 2613 resolution: 2549 2614 integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= 2615 + /is-plain-obj/1.1.0: 2616 + dev: true 2617 + engines: 2618 + node: '>=0.10.0' 2619 + resolution: 2620 + integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= 2550 2621 /is-plain-object/2.0.4: 2551 2622 dependencies: 2552 2623 isobject: 3.0.1 ··· 3530 3601 node: '>=0.10.0' 3531 3602 resolution: 3532 3603 integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= 3604 + /normalize-path/3.0.0: 3605 + dev: true 3606 + engines: 3607 + node: '>=0.10.0' 3608 + optional: true 3609 + resolution: 3610 + integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== 3533 3611 /normalize-range/0.1.2: 3534 3612 dev: true 3535 3613 engines: ··· 3674 3752 node: '>=0.10.0' 3675 3753 resolution: 3676 3754 integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= 3755 + /output-file-sync/2.0.1: 3756 + dependencies: 3757 + graceful-fs: 4.2.0 3758 + is-plain-obj: 1.1.0 3759 + mkdirp: 0.5.1 3760 + dev: true 3761 + resolution: 3762 + integrity: sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ== 3677 3763 /p-defer/1.0.0: 3678 3764 dev: true 3679 3765 engines: ··· 4083 4169 dev: true 4084 4170 resolution: 4085 4171 integrity: sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== 4172 + /readdirp/2.2.1: 4173 + dependencies: 4174 + graceful-fs: 4.2.0 4175 + micromatch: 3.1.10 4176 + readable-stream: 2.3.6 4177 + dev: true 4178 + engines: 4179 + node: '>=0.10' 4180 + optional: true 4181 + resolution: 4182 + integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== 4086 4183 /realpath-native/1.1.0: 4087 4184 dependencies: 4088 4185 util.promisify: 1.0.0 ··· 4883 4980 node: '>=0.10.0' 4884 4981 resolution: 4885 4982 integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= 4983 + /upath/1.1.2: 4984 + dev: true 4985 + engines: 4986 + node: '>=4' 4987 + optional: true 4988 + resolution: 4989 + integrity: sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q== 4886 4990 /uri-js/4.2.2: 4887 4991 dependencies: 4888 4992 punycode: 2.1.1 ··· 5063 5167 resolution: 5064 5168 integrity: sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== 5065 5169 specifiers: 5170 + '@babel/cli': ^7.5.0 5066 5171 '@babel/core': ^7.5.4 5067 5172 '@babel/preset-env': ^7.5.4 5068 5173 babel-jest: ^24.8.0 ··· 5078 5183 jest-matcher-css: ^1.0.3 5079 5184 lodash: ^4.17.14 5080 5185 postcss: ^7.0.16 5186 + rimraf: ^2.6.3 5081 5187 tailwindcss: ^1.0.1