Skip to content

Commit

Permalink
refactor: clean up pacakge.json a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 18, 2020
1 parent 70de063 commit 7bb0bde
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 7bb0bde

Please sign in to comment.