Skip to content

Commit f77772a

Browse files
committed
Fix build scripts
1 parent 40f9426 commit f77772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"postinstall": "bower install",
5-
"build": "jshint src && jscs src && pulp build --strict",
5+
"build": "jshint src && jscs src && pulp build --strict"
66
},
77
"devDependencies": {
88
"jscs": "^3.0.7",

0 commit comments

Comments
 (0)