We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee0632 commit e0ddf1cCopy full SHA for e0ddf1c
package.json
@@ -20,7 +20,7 @@
20
"minify": "npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle",
21
"preversion": "npm run test",
22
"postversion": "git push --follow-tags",
23
- "prepublish": "npm lint && npm run test"
+ "prepublish": "npm run lint && npm run test"
24
},
25
"license": "MIT",
26
"repository": "http://github.com/evanplaice/jquery-csv/",
0 commit comments