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

Update package.json info

Nestor Vera (Jul 13, 2019, 9:38 PM +0200) 0bb39f67 b90a1e60

+21 -4
+21 -4
package.json
··· 1 1 { 2 - "name": "tailwindcss-plugin-utils", 2 + "name": "@hacknug/tailwindcss-plugin-utils", 3 3 "version": "0.1.0", 4 4 "description": "", 5 + "keywords": [ 6 + "tailwind", 7 + "tailwind css", 8 + "tailwindcss" 9 + ], 10 + "homepage": "https://github.com/hacknug/tailwindcss-plugin-utils#readme", 11 + "bugs": { 12 + "url": "https://github.com/hacknug/tailwindcss-plugin-utils/issues" 13 + }, 14 + "repository": { 15 + "type": "git", 16 + "url": "git+https://github.com/hacknug/tailwindcss-plugin-utils.git" 17 + }, 18 + "license": "MIT", 19 + "author": { 20 + "name": "Nestor Vera", 21 + "email": "nestorvera@me.com", 22 + "url": "https://nestor.rip/" 23 + }, 5 24 "main": "src/index.js", 6 25 "scripts": { 7 26 "dev": "jest --watchAll", 8 27 "test": "jest" 9 28 }, 10 - "keywords": [], 11 - "author": "", 12 - "license": "ISC", 29 + "dependencies": {}, 13 30 "devDependencies": { 14 31 "@babel/core": "^7.5.4", 15 32 "@babel/preset-env": "^7.5.4",