Skip to content

Commit e0ddf1c

Browse files
committed
Fix prepublish script
1 parent 3ee0632 commit e0ddf1c

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
@@ -20,7 +20,7 @@
2020
"minify": "npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle",
2121
"preversion": "npm run test",
2222
"postversion": "git push --follow-tags",
23-
"prepublish": "npm lint && npm run test"
23+
"prepublish": "npm run lint && npm run test"
2424
},
2525
"license": "MIT",
2626
"repository": "http://github.com/evanplaice/jquery-csv/",

0 commit comments

Comments
 (0)