chore: add registry url to package.json

This commit is contained in:
Elliot DeNolf
2021-01-25 15:19:35 -05:00
parent ed37064e09
commit a263df5bf4
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,6 @@
"npm": {
"skipChecks": true
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"hooks": {
"before:init": ["yarn", "yarn clean", "yarn test"]
},

View File

@@ -235,5 +235,8 @@
"*.d.ts",
"!jest.config.js",
"!jest.react.config.js"
]
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}