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 b7b96b4 commit 374bec9Copy full SHA for 374bec9
package.json
@@ -39,7 +39,7 @@
39
"test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
40
"cov": "nyc report --reporter=lcov && codecov --token=71d430b6-cb87-49b2-a156-2c55cd181ba4",
41
"ci": "npm run lint && npm run cov",
42
- "ii": "npm install --registry https://registry.npm.taobao.org",
+ "ii": "npm install --registry https://registry.npmmirror.com",
43
"pub": "npm publish --access=public"
44
},
45
"files": [
0 commit comments