Added npm shrinkwrap file

This commit is contained in:
Paul Gallagher 2016-01-18 16:14:19 +00:00
parent 044e8e1159
commit dcdba1fcbb
2 changed files with 1256 additions and 0 deletions

1253
artemis-website/npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1106,9 +1106,12 @@
<exclude>**/src/test/resources/keystore</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.redo</exclude>
<!-- NPM files -->
<exclude>**/node/**</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/package.json</exclude>
<exclude>**/npm-shrinkwrap.json</exclude>
<!-- things from cmake on the native build -->
<exclude>**/CMakeCache.txt</exclude>