Skip to content

Commit

Permalink
fix: add package.json metadata for webpack-dev-server (#22292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 authored Jun 13, 2022
1 parent 555f7cd commit 9cfec97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions npm/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 11 additions & 1 deletion npm/webpack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 9cfec97

Please sign in to comment.