File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - ' 9'
4
+ - ' 8'
5
+ - ' 7'
6
+ - ' 6'
7
+ - ' 5'
8
+ - ' 4'
9
+ script :
10
+ - npm run test
11
+ after_success :
12
+ - npm run semantic-release
Original file line number Diff line number Diff line change 17
17
"debug-test" : " mocha --debug-brk --inspect tests/index.js"
18
18
},
19
19
"repository" : {
20
- "type" : " git" ,
21
- "url" : " https://github.com/diana.suvorova/eslint-plugin-react-redux"
22
- },
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/diana.suvorova/eslint-plugin-react-redux"
22
+ },
23
23
"devDependencies" : {
24
24
"babel-eslint" : " ^8.1.0" ,
25
25
"eslint" : " ^4.14.0" ,
31
31
"eslint-plugin-promise" : " ^3.6.0" ,
32
32
"eslint-plugin-react" : " ^7.5.1" ,
33
33
"eslint-plugin-standard" : " ^3.0.1" ,
34
- "mocha" : " ^4.0.1"
34
+ "mocha" : " ^4.0.1" ,
35
+ "semantic-release" : " ^11.0.2"
35
36
},
36
37
"engines" : {
37
38
"node" : " >=6.10.0"
You can’t perform that action at this time.
0 commit comments