diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-17 23:53:30 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-19 01:47:59 +0000 |
commit | aed42cc099e496f8facdf7b8db6b8e66910c0dee (patch) | |
tree | 30ffbdf229e91d5757c1b55a8e94623cd2efc42c /package.json | |
parent | 694b55c8281be12d5403dbb8bc6c8951f2716df5 (diff) | |
download | gitlab-ce-aed42cc099e496f8facdf7b8db6b8e66910c0dee.tar.gz |
Add node_modules cache to npm related buildsadd-node-modules-cache-to-npm-related-builds
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index e75e070451b..2a9fb808eef 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "eslint-plugin-import": "^2.0.1", "eslint-plugin-jasmine": "^1.8.1", "eslint-plugin-jsx-a11y": "^2.2.3", - "eslint-plugin-react": "^6.4.1" + "eslint-plugin-react": "^6.4.1", + "istanbul": "^0.4.5" } } |