Skip to content

Commit e9b6ab8

Browse files
committed
build: Add standard-version
1 parent c675547 commit e9b6ab8

File tree

2 files changed

+1495
-2
lines changed

2 files changed

+1495
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "node test"
7+
"test": "node test",
8+
"release": "standard-version --sign"
89
},
910
"repository": {
1011
"type": "git",
@@ -18,5 +19,8 @@
1819
"bugs": {
1920
"url": "https://github.com/Profiscience/true-case-path/issues"
2021
},
21-
"homepage": "https://github.com/Profiscience/true-case-path#readme"
22+
"homepage": "https://github.com/Profiscience/true-case-path#readme",
23+
"devDependencies": {
24+
"standard-version": "^6.0.1"
25+
}
2226
}

0 commit comments

Comments
 (0)