Merge pull request #478 from mozilla/shield

Add lib/shield to enable shield study
This commit is contained in:
luke crouch
2017-05-25 09:16:15 -05:00
committed by GitHub
9 changed files with 663 additions and 25 deletions
+3
View File
@@ -16,7 +16,9 @@
"eslint-plugin-promise": "^3.4.0",
"htmllint-cli": "^0.0.5",
"jpm": "^1.2.2",
"json": "^9.0.6",
"npm-run-all": "^4.0.0",
"shield-studies-addon-utils": "^2.0.0",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.3.0",
@@ -41,6 +43,7 @@
},
"scripts": {
"build": "npm test && jpm xpi",
"build-shield": "npm test && json -I -f package.json -e 'this.name=\"shield-study-containers\"' && jpm xpi && json -I -f package.json -e 'this.name=\"testpilot-containers\"'",
"deploy": "deploy-txp",
"lint": "npm-run-all lint:*",
"lint:addon": "addons-linter webextension --self-hosted",