We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555f7cd commit 9cfec97Copy full SHA for 9cfec97
npm/vue2/package.json
@@ -52,7 +52,6 @@
52
"unpkg": "dist/cypress-vue2.browser.js",
53
"module": "dist/cypress-vue2.esm-bundler.js",
54
"publishConfig": {
55
- "access": "public",
56
- "registry": "http://registry.npmjs.org/"
+ "access": "public"
57
}
58
npm/webpack-dev-server/package.json
@@ -44,5 +44,15 @@
44
},
45
"files": [
46
"dist"
47
- ]
+ ],
48
+ "license": "MIT",
49
+ "repository": {
50
+ "type": "git",
51
+ "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": {
+ }
0 commit comments