diff options
author | Daijiro Wachi <daijiro.wachi@gmail.com> | 2017-10-22 03:04:24 +0800 |
---|---|---|
committer | Daijiro Wachi <daijiro.wachi@gmail.com> | 2017-10-22 03:04:24 +0800 |
commit | c1eb8f16dc4539b72b8f661c723f6c75532e102a (patch) | |
tree | a4b06a1f7cfbdca20ec78f15ec7d99ff46559b6f /package.json | |
parent | 20cb6a76ddcad83645b8e67b31d0bce3c8cee116 (diff) | |
download | tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar.gz tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar.bz2 tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar.lz tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar.xz tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.tar.zst tangerine-wallet-browser-c1eb8f16dc4539b72b8f661c723f6c75532e102a.zip |
Add lint:fix command to gulp and npm-scripts
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 106851013..c4a10bdff 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "test:mascara:build:background": "browserify mascara/src/background.js -o dist/mascara/background.js", "test:mascara:build:tests": "browserify test/integration/lib/first-time.js -o dist/mascara/tests.js", "lint": "gulp lint", + "lint:fix": "gulp lint:fix", "disc": "gulp disc --debug", "announce": "node development/announcer.js", "generateNotice": "node notices/notice-generator.js", |