File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "validations": {
3
+ "vulnerableDependencies": true,
4
+ "uncommittedChanges": true,
5
+ "untrackedFiles": true,
6
+ "sensitiveData": true,
7
+ "branch": "master",
8
+ "gitTag": true
9
+ },
10
+ "confirm": true,
11
+ "publishTag": "latest",
12
+ "prePublishScript": "npm test"
13
+ }
Original file line number Diff line number Diff line change 15
15
"eslint-plugin-promise" : " ^2.0.1" ,
16
16
"eslint-plugin-standard" : " ^2.0.0" ,
17
17
"istanbul" : " ^0.4.5" ,
18
- "mocha" : " ^3.0.0"
18
+ "mocha" : " ^3.0.0" ,
19
+ "publish-please" : " ^2.2.0"
19
20
},
20
21
"engines" : {
21
22
"node" : " >=4"
35
36
"test" : " npm run lint && mocha" ,
36
37
"lint" : " eslint ." ,
37
38
"coverage" : " istanbul cover --print both ./node_modules/mocha/bin/_mocha" ,
38
- "coveralls" : " cat ./coverage/lcov.info | \" ./node_modules/.bin/coveralls\" "
39
+ "coveralls" : " cat ./coverage/lcov.info | \" ./node_modules/.bin/coveralls\" " ,
40
+ "publish-please" : " publish-please" ,
41
+ "prepublish" : " publish-please guard"
39
42
}
40
43
}
You can’t perform that action at this time.
0 commit comments