Skip to content

Commit aa7e0a8

Browse files
authored
Merge pull request #681 from vue-a11y/add-nr-to-manage-release
Add np dev dependency to facilitate the publishing process
2 parents a92380c + 0edfa21 commit aa7e0a8

File tree

2 files changed

+1636
-24
lines changed

2 files changed

+1636
-24
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"lint": "eslint --cache .",
88
"prepublishOnly": "tsc -p tsconfig.build.json",
9-
"test": "jest"
9+
"test": "jest",
10+
"release": "np"
1011
},
1112
"author": "Kevin Newton",
1213
"license": "MIT",
@@ -42,6 +43,7 @@
4243
"eslint-plugin-eslint-plugin": "^5.0.0",
4344
"husky": "^8.0.1",
4445
"jest": "^29.2.2",
46+
"np": "^7.6.3",
4547
"prettier": "^2.1.1",
4648
"pretty-quick": "^3.1.3",
4749
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)