remove >>> in favor of ::ng-deep

fix license check
This commit is contained in:
Eugenio Romano
2017-10-09 15:51:07 +01:00
parent 6d9bbcbf32
commit 4617a3b1cf
14 changed files with 71 additions and 19 deletions

View File

@@ -76,7 +76,7 @@ module.exports = {
emitErrors: true,
licenseFile: path.resolve(__dirname, '../assets/license_header.txt')
},
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
exclude: [/theme-picker/]
}
]
},