[ADF-922] Regenerate package-lock.json files for every package and create script for doing that in the future (#2012)

* Updated package-lock.json files

* npm-relock-pkgs.sh

* Update README.md

* Fix ng2-alfresco-search sass problem
This commit is contained in:
Popovics András
2017-06-23 19:32:20 +01:00
committed by Eugenio Romano
parent 6f6a0aca5d
commit ba9c459a83
36 changed files with 85386 additions and 1245 deletions

View File

@@ -9,7 +9,7 @@ module.exports = webpackMerge(testConfig, {
rules: [
{
enforce: 'post',
test: /^?!(.*spec|index|.*mock|.*model|.*event).*\.ts?$/,
test: /^(?!(.*spec|index|.*mock|.*model|.*event)).*\.ts?$/,
include: [helpers.root('src')],
loader: 'istanbul-instrumenter-loader',
exclude: [