Skip to content

Commit 3135190

Browse files
author
himynameisdave
committed
🌴 Remove outdated from release test script
1 parent d937b88 commit 3135190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"viewCoverage": "npm run test:js && open ./coverage/lcov-report/index.html -a Google\\ Chrome",
3232
"test:watch": "jest --watch",
3333
"ci": "npm run lint && npm run test:js",
34-
"test": "npm outdated && npm run lint && npm run test:js",
34+
"test": "npm run lint && npm run test:js",
3535
"release": "np --no-yarn"
3636
},
3737
"devDependencies": {
@@ -68,6 +68,6 @@
6868
"type": "git",
6969
"url": "git+https://github.com/himynameisdave/browser-event-utils.git"
7070
},
71-
"homepage": "https://github.com/himynameisdave/browser-event-utils#readme",
71+
"homepage": "https://himynameisdave.github.io/browser-event-utils/",
7272
"license": "MIT"
7373
}

0 commit comments

Comments
 (0)