Skip to content

Commit 909f063

Browse files
committed
Add npm scripts
1 parent d359343 commit 909f063

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"private": true,
3-
"devDependencies": {
4-
"gulp": "^3.9.1"
3+
"scripts": {
4+
"postinstall": "gulp --production",
5+
"prod": "gulp --production",
6+
"dev": "gulp watch"
57
},
6-
"dependencies": {
8+
"devDependencies": {
9+
"gulp": "^3.9.1",
710
"laravel-elixir": "^5.0.0",
811
"bootstrap-sass": "^3.0.0"
912
}

0 commit comments

Comments
 (0)