2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00

npm default registry

This commit is contained in:
Nikolay Kostyurin
2018-06-04 23:28:24 +02:00
parent 1a5a6fb896
commit d739ec8ffd
2 changed files with 3 additions and 0 deletions
View File
+3
View File
@@ -13,5 +13,8 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"jest": "^23.1.0" "jest": "^23.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
} }
} }