Skip to content

Commit d2d085a

Browse files
committed
semantic release set up
1 parent 7034e82 commit d2d085a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-redux",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
44
"description": "Enforcing best practices for react-redux",
55
"keywords": [
66
"eslint",
@@ -14,11 +14,12 @@
1414
"lint": "eslint ./",
1515
"test": "npm run lint && mocha tests --recursive",
1616
"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"
1819
},
1920
"repository": {
2021
"type": "git",
21-
"url": "https://github.com/diana.suvorova/eslint-plugin-react-redux"
22+
"url": "https://github.com/DianaSuvorova/eslint-plugin-react-redux"
2223
},
2324
"devDependencies": {
2425
"babel-eslint": "^8.1.0",

0 commit comments

Comments
 (0)