Skip to content

Commit 9cfec97

Browse files
authored
fix: add package.json metadata for webpack-dev-server (#22292)
1 parent 555f7cd commit 9cfec97

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

npm/vue2/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"unpkg": "dist/cypress-vue2.browser.js",
5353
"module": "dist/cypress-vue2.esm-bundler.js",
5454
"publishConfig": {
55-
"access": "public",
56-
"registry": "http://registry.npmjs.org/"
55+
"access": "public"
5756
}
5857
}

npm/webpack-dev-server/package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,15 @@
4444
},
4545
"files": [
4646
"dist"
47-
]
47+
],
48+
"license": "MIT",
49+
"repository": {
50+
"type": "git",
51+
"url": "https://github.com/cypress-io/cypress.git"
52+
},
53+
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-dev-server#readme",
54+
"bugs": "https://github.com/cypress-io/cypress/issues/new?template=1-bug-report.md",
55+
"publishConfig": {
56+
"access": "public"
57+
}
4858
}

0 commit comments

Comments
 (0)