refactor: clean up pacakge.json a bit

This commit is contained in:
Bret Comnes 2020-02-18 10:32:54 -07:00
parent 70de063f7f
commit 7bb0bdec75
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -6,9 +6,8 @@
"private": true,
"scripts": {
"test": "run-s test:*",
"test-skip:deps": "dependency-check . --no-dev --no-peer",
"test:deps": "dependency-check . --no-dev --no-peer",
"test:standard": "standard",
"test:tape": "tap",
"release": "git push --follow-tags && gh-release",
"version": "run-s version:*",
"version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md",
@ -29,18 +28,17 @@
},
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
"devDependencies": {
"auto-changelog": "^1.16.2",
"dependency-check": "^4.1.0",
"npm-run-all": "^4.1.5",
"standard": "^14.3.1",
"gh-release": "^3.5.0",
"tap": "^14.10.5",
"auto-changelog": "^1.16.2"
"npm-run-all": "^4.1.5",
"standard": "^14.3.1"
},
"dependencies": {
"@actions/core": "1.2.2",
"@actions/github": "2.1.0",
"async-neocities": "1.1.6",
"ms": "^2.1.2"
"ms": "^2.1.2",
"nanoassert": "^2.0.0"
},
"standard": {
"ignore": [