Skip to content

Commit

Permalink
chore: package.json bump + cleanup
Browse files Browse the repository at this point in the history
- bumped some versions, eg. ipfs-api
- removed karma deps, no longer used
- removed PoC integration tests, added #165 as sub-item of #145
  • Loading branch information
lidel committed Jan 4, 2018
1 parent ae6028f commit cf63fcc
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 997 deletions.
21 changes: 5 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-firefox-addon",
"homepage": "https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/",
"name": "ipfs-companion",
"homepage": "https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/",
"license": "CC0-1.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,25 +42,14 @@
"browserify-css": "0.14.0",
"browserify-package-json": "1.0.1",
"chai": "4.1.2",
"cross-env": "5.1.1",
"cross-env": "5.1.3",
"factor-bundle": "2.5.0",
"fakefile": "0.0.9",
"fs-promise": "2.0.3",
"fx-runner": "1.0.8",
"geckodriver": "1.10.0",
"husky": "0.14.3",
"karma": "1.7.1",
"karma-babel-preprocessor": "7.0.0",
"karma-chai": "0.1.0",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-sinon": "1.0.5",
"mocha": "4.0.1",
"npm-run-all": "4.1.2",
"selenium-webdriver": "3.6.0",
"shx": "0.2.2",
"sinon": "4.1.2",
"sinon-chrome": "2.2.1",
Expand All @@ -69,11 +58,11 @@
"web-ext": "2.2.2"
},
"dependencies": {
"choo": "6.6.0",
"choo": "6.6.1",
"doc-sniff": "1.0.1",
"file-type": "7.3.0",
"ipfs": "0.27.5",
"ipfs-api": "17.2.4",
"ipfs-api": "17.2.6",
"is-ipfs": "0.3.2",
"is-svg": "2.1.0",
"lru_map": "0.3.3",
Expand Down
40 changes: 0 additions & 40 deletions test/integration-firefox/01_button-test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/integration-firefox/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions test/integration-firefox/utils.js

This file was deleted.

Loading

0 comments on commit cf63fcc

Please sign in to comment.