File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-redux" ,
3
- "version" : " 0.0.0" ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " Enforcing best practices for react-redux" ,
5
5
"keywords" : [
6
6
" eslint" ,
14
14
"lint" : " eslint ./" ,
15
15
"test" : " npm run lint && mocha tests --recursive" ,
16
16
"test-single" : " mocha tests/lib/rules/prefer-separate-component-file" ,
17
- "debug-test" : " mocha --debug-brk --inspect tests/index.js"
17
+ "debug-test" : " mocha --debug-brk --inspect tests/index.js" ,
18
+ "semantic-release" : " semantic-release"
18
19
},
19
20
"repository" : {
20
21
"type" : " git" ,
21
- "url" : " https://github.com/diana.suvorova /eslint-plugin-react-redux"
22
+ "url" : " https://github.com/DianaSuvorova /eslint-plugin-react-redux"
22
23
},
23
24
"devDependencies" : {
24
25
"babel-eslint" : " ^8.1.0" ,
You can’t perform that action at this time.
0 commit comments