diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-09-26 10:53:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 10:53:49 +0800 |
commit | 667470c07a27e48fa466bf4d3b48cf9b062545d5 (patch) | |
tree | a07d3ded4cfc6900e6888b35de796e1628963e0d /package.json | |
parent | 98e9556a5f7535e0563adf01d08e8b8d6ae0bccb (diff) | |
parent | 678d174e1e7fa35e21607faeeefca0c28997cf1c (diff) | |
download | tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.gz tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.bz2 tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.lz tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.xz tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.zst tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.zip |
Merge pull request #5361 from MetaMask/firefox-fixes
Mozilla addon linter + Firefox builds passing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7ceba7844..c38711aad 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "sentry:publish": "node ./development/sentry-publish.js", "lint": "eslint .", "lint:fix": "eslint . --fix", + "mozilla-lint": "addons-linter dist/firefox", "ui": "npm run test:flat:build:states && beefy development/ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./", "mock": "beefy development/mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./", "watch": "mocha watch --recursive \"test/unit/**/*.js\"", @@ -230,6 +231,7 @@ "@storybook/addon-info": "^3.4.2", "@storybook/addon-knobs": "^3.4.2", "@storybook/react": "^3.4.2", + "addons-linter": "^1.3.4", "babel-core": "^6.24.1", "babel-eslint": "^8.0.0", "babel-plugin-transform-async-to-generator": "^6.24.1", |