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 Apr 13, 2019
1 parent 209ae95 commit b9303b0
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 @@ -49,8 +49,7 @@
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"nyc": "^13.3.0",
"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 b9303b0

Please sign in to comment.