diff --git a/npm/vue2/package.json b/npm/vue2/package.json index 7fbe9e6e72..65ea4f013f 100644 --- a/npm/vue2/package.json +++ b/npm/vue2/package.json @@ -52,7 +52,6 @@ "unpkg": "dist/cypress-vue2.browser.js", "module": "dist/cypress-vue2.esm-bundler.js", "publishConfig": { - "access": "public", - "registry": "http://registry.npmjs.org/" + "access": "public" } } diff --git a/npm/webpack-dev-server/package.json b/npm/webpack-dev-server/package.json index a479de984f..f2e3690474 100644 --- a/npm/webpack-dev-server/package.json +++ b/npm/webpack-dev-server/package.json @@ -44,5 +44,15 @@ }, "files": [ "dist" - ] + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/cypress-io/cypress.git" + }, + "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-dev-server#readme", + "bugs": "https://github.com/cypress-io/cypress/issues/new?template=1-bug-report.md", + "publishConfig": { + "access": "public" + } }