Skip to content

Commit b8a297d

Browse files
committed
build: Use standard-version for releases
1 parent 95ce765 commit b8a297d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"description": "documentation links for all node and browser globals",
55
"main": "index.js",
66
"devDependencies": {
7-
"tape": "^4.0.0",
87
"globals": "^6.4.1",
98
"got": "^3.2.0",
10-
"queue-async": "^1.0.7"
9+
"queue-async": "^1.0.7",
10+
"standard-version": "^4.2.0",
11+
"tape": "^4.0.0"
1112
},
1213
"scripts": {
13-
"test": "tape test.js"
14+
"test": "tape test.js",
15+
"release": "standard-version"
1416
},
1517
"keywords": [
1618
"documentation",

0 commit comments

Comments
 (0)