[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 broken CI

Nestor Vera (Aug 29, 2019, 4:14 PM +0200) 4f6ddda3 f411c8f2

+1 -1
+1 -1
package.json
··· 26 26 "prebuild": "rimraf lib", 27 27 "build": "babel src --out-dir lib --ignore 'src/**/*.test.js'", 28 28 "dev": "jest --watchAll", 29 - "prepublish": "npm run build", 29 + "prepublishOnly": "npm run build", 30 30 "release": "release-it", 31 31 "test": "jest" 32 32 },