File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
"scripts" : {
21
21
"start" : " npx live-server" ,
22
22
"test" : " npx tape ./test/*.js | tap-spec" ,
23
- "lint" : " npm run lint:htmlhint && npm run lint:semistandard " ,
24
- "lint:htmlhint " : " npx htmlhint --config .htmlhint examples/**/*.html" ,
25
- "lint:semistandard " : " npx semistandard" ,
26
- "minify " : " npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle" ,
23
+ "lint" : " npm run lint:html && npm run lint:js " ,
24
+ "lint:html " : " htmlhint --config .htmlhint examples/**/*.html" ,
25
+ "lint:js " : " semistandard" ,
26
+ "build:min " : " npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle" ,
27
27
"package" : " npx rimraf package && npm pack | tail -n 1 | xargs tar -xf" ,
28
- "preversion" : " npm run lint && npm run test && npm run minify " ,
28
+ "preversion" : " npm run lint && npm run test" ,
29
29
"postversion" : " git push --follow-tags"
30
30
},
31
31
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments