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 e28bace commit bcd9c7aCopy full SHA for bcd9c7a
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.6",
+ "version": "1.0.7",
3
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
4
"babel": {
5
"presets": [
@@ -31,7 +31,6 @@
31
"test": "npm run build:prod && jest",
32
"test:dev": "npm run build:dev && jest",
33
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
34
- "prepare": "jest --clearCache",
35
"release": "npm run build:prod && npm publish dist && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
36
}
37
0 commit comments