Skip to content

Commit 61bf343

Browse files
committed
fix package.json
1 parent f585811 commit 61bf343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:eslint": "eslint --rule 'mocha/no-exclusive-tests:2' ./",
2020
"lint:eslint:fix": "eslint --fix --rule 'mocha/no-exclusive-tests:2' ./",
2121
"lint:jscs": "jscs ./",
22-
"prepublish": "npm run build",
22+
"prepublish": "npm run build"
2323
},
2424
"devDependencies": {
2525
"babel": "^6.5.1",

0 commit comments

Comments
 (0)