Skip to content

Commit 96a7be7

Browse files
committed
rename connect to start
1 parent 22e70d1 commit 96a7be7

File tree

2 files changed

+40
-39
lines changed

2 files changed

+40
-39
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
"lint": "jshint src --reporter=node_modules/jshint-stylish",
8181
"build": "npm run lint && gulp transform && gulp uglify",
8282
"develop": "cross-env NODE_ENV=develop gulp",
83-
"server": "gulp connect"
83+
"start": "gulp connect"
8484
}
8585
}

0 commit comments

Comments
 (0)