fix: add package.json metadata for webpack-dev-server (#22292)

This commit is contained in:
Zachary Williams
2022-06-13 16:29:35 -05:00
committed by GitHub
parent 555f7cd485
commit 9cfec9750f
2 changed files with 12 additions and 3 deletions
+1 -2
View File
@@ -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"
}
}
+11 -1
View File
@@ -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"
}
}