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 237dcf4 commit ce42e59Copy full SHA for ce42e59
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
+package/
3
.DS_Store
4
*.tgz
.npmignore
@@ -1,9 +1,10 @@
.github
docs/
examples/
5
test/
6
+*.tgz
7
.gitattributes
8
.htmlhint
9
.travis.yml
10
CONTRIBUTING.md
-*.tgz
package.json
@@ -25,6 +25,7 @@
25
"lint:htmlhint": "npx htmlhint --config .htmlhint examples/**/*.html",
26
"lint:semistandard": "npx semistandard",
27
"minify": "npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle",
28
+ "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
29
"preversion": "npm run lint && npm run test",
30
"postversion": "git push --follow-tags",
31
"prepublish": "npm run lint && npm run test"
0 commit comments