Skip to content

Commit

Permalink
fix: setup semantic-release properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 7, 2018
1 parent 75d12c4 commit f77f943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"jest-in-case": "^1.0.2",
"kcd-scripts": "^0.36.1"
"kcd-scripts": "^0.37.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand All @@ -55,7 +55,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/dom-testing-library.git"
"url": "https://github.com/kentcdodds/dom-testing-library.git"
},
"bugs": {
"url": "https://github.com/kentcdodds/dom-testing-library/issues"
Expand Down

0 comments on commit f77f943

Please sign in to comment.