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 b02cf74 + 9bfddd1 commit d05aa8eCopy full SHA for d05aa8e
.npmignore
@@ -1,3 +1,5 @@
1
+.idea/
2
+.vscode/
3
.github/
4
coverage/
5
csp/
package.json
@@ -11,7 +11,7 @@
11
"build": "cross-env NODE_ENV=production webpack --mode=production",
12
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
13
"test": "jest --runInBand --coverage",
14
- "postinstall": "patch-package"
+ "postinstall": "npx patch-package"
15
},
16
"repository": {
17
"type": "git",
0 commit comments