Skip to content

Commit

Permalink
Move dev dependencies to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed Sep 14, 2020
1 parent 5d1b1ef commit e799470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tnoodle-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"homepage": "http://localhost:2014/scramble",
"proxy": "http://localhost:2014",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.4.1",
"fetch-intercept": "^2.3.1",
"node-sass": "^4.13.1",
Expand Down Expand Up @@ -43,6 +40,9 @@
]
},
"devDependencies": {
"coveralls": "^3.1.0"
"coveralls": "^3.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2"
}
}

0 comments on commit e799470

Please sign in to comment.