Skip to content

Commit

Permalink
Remove bower and cleanup unused dependencies (#19)
Browse files Browse the repository at this point in the history
* Delete bower.json

* Remove karma-firefox-launcher and karma-ie-launcher dependencies

* New major version
as bower suggests when removing support
  • Loading branch information
Qvazar authored Apr 26, 2018
1 parent 8567b32 commit 13a3a6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
33 changes: 0 additions & 33 deletions bower.json

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-untar",
"version": "1.0.2",
"version": "2.0.0",
"description": "untar files in the browser",
"main": "build/dist/untar",
"directories": {
Expand Down Expand Up @@ -41,8 +41,6 @@
"jasmine-core": "^2.99.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-requirejs": "^0.2.2",
"lodash": "^4.17.10",
Expand Down

0 comments on commit 13a3a6c

Please sign in to comment.