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.
2 parents a35fe5b + b9191e0 commit 0267bacCopy full SHA for 0267bac
package.json
@@ -17,7 +17,8 @@
17
"build": "npm run build-umd && npm run build-esm && cp index.js.flow dist/index.umd.js.flow && cp index.js.flow dist/index.esm.js.flow",
18
"pretest": "npm run build",
19
"prepublishOnly": "npm run build",
20
- "test": "karma start test/karma.config.js"
+ "test": "karma start test/karma.config.js",
21
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
22
},
23
"keywords": [
24
"crop",
0 commit comments