Skip to content

Commit

Permalink
Finally remove shelljs (again)
Browse files Browse the repository at this point in the history
Had to be kept in devDeps before because of some outdated fixtures
  • Loading branch information
raphinesse committed Oct 9, 2019
1 parent d22bd55 commit 14aeddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"shelljs": "^0.8.3"
"rewire": "^4.0.1"
},
"scripts": {
"test": "npm run eslint && npm run unit-tests && npm run e2e-tests",
Expand Down

0 comments on commit 14aeddf

Please sign in to comment.