mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 07:41:37 +00:00
refactor: clean up pacakge.json a bit
This commit is contained in:
14
package.json
14
package.json
@@ -6,9 +6,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "run-s test:*",
|
"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:standard": "standard",
|
||||||
"test:tape": "tap",
|
|
||||||
"release": "git push --follow-tags && gh-release",
|
"release": "git push --follow-tags && gh-release",
|
||||||
"version": "run-s version:*",
|
"version": "run-s version:*",
|
||||||
"version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md",
|
"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",
|
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"auto-changelog": "^1.16.2",
|
||||||
"dependency-check": "^4.1.0",
|
"dependency-check": "^4.1.0",
|
||||||
"npm-run-all": "^4.1.5",
|
|
||||||
"standard": "^14.3.1",
|
|
||||||
"gh-release": "^3.5.0",
|
"gh-release": "^3.5.0",
|
||||||
"tap": "^14.10.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"auto-changelog": "^1.16.2"
|
"standard": "^14.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.2.2",
|
"@actions/core": "1.2.2",
|
||||||
"@actions/github": "2.1.0",
|
|
||||||
"async-neocities": "1.1.6",
|
"async-neocities": "1.1.6",
|
||||||
"ms": "^2.1.2"
|
"ms": "^2.1.2",
|
||||||
|
"nanoassert": "^2.0.0"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
Reference in New Issue
Block a user