[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.

Merge branch 'master' of https://github.com/hacknug/tailwindcss-plugin-utils

Nestor Vera (Aug 22, 2019, 6:34 PM +0200) b6d2ac94 da40ddf0

+3 -3
+3 -3
package.json
··· 41 41 "@babel/core": "7.5.5", 42 42 "@babel/preset-env": "7.5.5", 43 43 "babel-jest": "^24.8.0", 44 - "eslint": "6.1.0", 45 - "eslint-config-standard": "^13.0.1", 44 + "eslint": "6.2.1", 45 + "eslint-config-standard": "^14.0.0", 46 46 "eslint-import-resolver-node": "^0.3.2", 47 47 "eslint-plugin-import": "2.18.2", 48 48 "eslint-plugin-node": "^9.1.0", ··· 51 51 "jest": "^24.8.0", 52 52 "jest-matcher-css": "^1.1.0", 53 53 "release-it": "^12.3.3", 54 - "rimraf": "^2.6.3" 54 + "rimraf": "^3.0.0" 55 55 }, 56 56 "engines": { 57 57 "node": ">=8.9.0"