We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
outdated
1 parent d937b88 commit 3135190Copy full SHA for 3135190
package.json
@@ -31,7 +31,7 @@
31
"viewCoverage": "npm run test:js && open ./coverage/lcov-report/index.html -a Google\\ Chrome",
32
"test:watch": "jest --watch",
33
"ci": "npm run lint && npm run test:js",
34
- "test": "npm outdated && npm run lint && npm run test:js",
+ "test": "npm run lint && npm run test:js",
35
"release": "np --no-yarn"
36
},
37
"devDependencies": {
@@ -68,6 +68,6 @@
68
"type": "git",
69
"url": "git+https://github.com/himynameisdave/browser-event-utils.git"
70
71
- "homepage": "https://github.com/himynameisdave/browser-event-utils#readme",
+ "homepage": "https://himynameisdave.github.io/browser-event-utils/",
72
"license": "MIT"
73
}
0 commit comments