Skip to content

Commit 8ac08c2

Browse files
nexdrewbcoe
authored andcommitted
chore: add standard-version and minor cleanup (#5)
1 parent 7e7bfc2 commit 8ac08c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ os:
33
- linux
44
node_js:
55
- "0.10"
6-
- "0.12"
7-
- "4.1"
6+
- "4"
7+
- "6"
88
- "node"

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "standard",
8-
"test": "tap --coverage test.js"
8+
"test": "tap --coverage test.js",
9+
"release": "standard-version"
910
},
1011
"repository": {
1112
"type": "git",
@@ -16,7 +17,9 @@
1617
"shim",
1718
"iisnode"
1819
],
19-
"files": ["index.js"],
20+
"files": [
21+
"index.js"
22+
],
2023
"author": "Ben Coe <[email protected]>",
2124
"license": "ISC",
2225
"bugs": {
@@ -26,6 +29,7 @@
2629
"devDependencies": {
2730
"chai": "^4.0.0",
2831
"standard": "^8.6.0",
32+
"standard-version": "^4.0.0",
2933
"tap": "^10.0.0"
3034
}
3135
}

0 commit comments

Comments
 (0)