File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache :
3
+ directories :
4
+ - node_modules
5
+ notifications :
6
+ email : false
7
+ node_js :
8
+ - ' 7'
9
+ - ' 6'
10
+ - ' 4'
11
+ before_script :
12
+ - npm prune
13
+ after_success :
14
+ - npm run semantic-release
15
+ branches :
16
+ except :
17
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " an-array-of-english-words" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " An array of ~275,000 English words. Works in node and browsers." ,
5
5
"main" : " words.json" ,
6
6
"bin" : {
12
12
"license" : " MIT" ,
13
13
"scripts" : {
14
14
"build" : " node build.js > words.json" ,
15
- "test" : " npm run build && mocha && standard --fix && standard-markdown"
15
+ "test" : " npm run build && mocha && standard --fix && standard-markdown" ,
16
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
16
17
},
17
18
"devDependencies" : {
18
19
"chai" : " ^3.5.0" ,
19
20
"lodash" : " ^4.17.2" ,
20
21
"mocha" : " ^3.5.0" ,
21
22
"readlines" : " ^0.2.0" ,
22
23
"standard" : " ^10.0.3" ,
23
- "standard-markdown" : " ^4.0.2"
24
+ "standard-markdown" : " ^4.0.2" ,
25
+ "semantic-release" : " ^7.0.2"
24
26
},
25
27
"engines" : {
26
28
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments