Skip to content

Commit

Permalink
Update with applicable features in line with mozilla/contain-facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rober committed Nov 26, 2019
1 parent ef8fa61 commit 629c23f
Show file tree
Hide file tree
Showing 10 changed files with 7,383 additions and 11,082 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/node_modules
/.nyc_output
/coverage
/build
/.web-ext-artifacts
*.zip
18,014 changes: 7,086 additions & 10,928 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "contain-amazon",
"version": "1.0.1",
"version": "2.0.0",
"description": "Amazon Container isolates your Amazon activity from the rest of your web activity in order to prevent Amazon from tracking you outside of the Amazon website via third party cookies. ",
"main": "background.js",
"scripts": {
"test": "eslint src test && npm run coverage",
"test-watch": "mocha test/setup.js test/**/*.test.js --watch",
"coverage": "nyc --reporter=html --reporter=text mocha test/setup.js test/**/*.test.js --timeout 60000",
"test-watch": "mocha --reporter=progress test/setup.js test/features/*.test.js --watch",
"coverage": "nyc --reporter=html --reporter=text mocha --reporter=progress test/setup.js test/features/*.test.js --timeout 60000",
"build": "npm test && web-ext build --overwrite-dest -s src"
},
"repository": {
Expand All @@ -15,7 +15,8 @@
},
"keywords": [
"addon",
"firefox"
"firefox",
"mozilla"
],
"author": "Kyle Rober",
"license": "MPL-2.0",
Expand All @@ -25,13 +26,18 @@
"homepage": "https://github.com/krober/contain-amazon#readme",
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-plugin-no-unsanitized": "^2.0.2",
"fs-extra": "^8.1.0",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"sinon": "^4.4.9",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.0.0",
"web-ext": "^2.6.0",
"webextensions-jsdom": "^0.10.0"
"webextensions-geckodriver": "^0.6.1",
"webextensions-jsdom": "^0.15.2"
},
"dependencies": {
"web-ext": "^3.1.1"
}
}
Loading

0 comments on commit 629c23f

Please sign in to comment.