Skip to content

Commit e24332c

Browse files
committed
Updates scripts (patch)
1 parent 6dad1ed commit e24332c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"test": "standard && npm audit && tap --reporter=spec test/**/*.js",
1818
"coverage": "tap test/**/*.js --coverage",
1919
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
20-
"setup": "npm install && node setup.js",
21-
"standard-fix": "standard --fix"
20+
"standard-fix": "standard --fix",
21+
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
2222
},
2323
"keywords": [
2424
"Telemark fylkeskommune",
@@ -32,6 +32,7 @@
3232
"bugs": {
3333
"url": "https://github.com/telemark/tfk-unique-array/issues"
3434
},
35+
"homepage": "https://github.com/telemark/tfk-unique-array#readme",
3536
"devDependencies": {
3637
"coveralls": "3.0.2",
3738
"tap": "12.5.0",

setup.js

-3
This file was deleted.

0 commit comments

Comments
 (0)