We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7bfc2 commit 8ac08c2Copy full SHA for 8ac08c2
.travis.yml
@@ -3,6 +3,6 @@ os:
3
- linux
4
node_js:
5
- "0.10"
6
- - "0.12"
7
- - "4.1"
+ - "4"
+ - "6"
8
- "node"
package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"pretest": "standard",
- "test": "tap --coverage test.js"
+ "test": "tap --coverage test.js",
9
+ "release": "standard-version"
10
},
11
"repository": {
12
"type": "git",
@@ -16,7 +17,9 @@
16
17
"shim",
18
"iisnode"
19
],
- "files": ["index.js"],
20
+ "files": [
21
+ "index.js"
22
+ ],
23
"author": "Ben Coe <[email protected]>",
24
"license": "ISC",
25
"bugs": {
@@ -26,6 +29,7 @@
26
29
"devDependencies": {
27
30
"chai": "^4.0.0",
28
31
"standard": "^8.6.0",
32
+ "standard-version": "^4.0.0",
33
"tap": "^10.0.0"
34
}
35
0 commit comments