Add build and dev scripts

This commit is contained in:
Taylor Bryant 2018-04-26 13:42:57 -05:00
parent 56bc80617e
commit 3f37417b43
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
"postcss-import": "^11.1.0",
"tailwindcss": "^0.5.2"
},
"scripts": {
"build": "gulp css",
"dev": "gulp"
},
"author": "Taylor Bryant",
"license": "ISC"
}