Skip to content

Commit

Permalink
fix: Moved dom-testing-library as direct dependency (#22)
Browse files Browse the repository at this point in the history
* Moved dom-testing-library as direct dependency

Fixes 21

* Removed extra comma
  • Loading branch information
ematipico authored and benmonro committed May 18, 2019
1 parent 3acc235 commit 5704d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"devDependencies": {
"babel-jest": "^24.7.1",
"deasync": "^0.1.14",
"dom-testing-library": "^4.0.0",
"esm": "^3.2.22",
"jest": "^24.7.1",
"jest-dom": "^3.1.2",
Expand Down Expand Up @@ -42,7 +41,8 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"core-js": "^3.0.1"
"core-js": "^3.0.1",
"dom-testing-library": "^4.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 5704d92

Please sign in to comment.