Hook up npm script target for jshint (#3916)

* Hook up npm script target for jshint

* Shrinkwrap ui dependencies
This commit is contained in:
Leigh Johnson
2016-11-09 09:53:58 -05:00
committed by GitHub
parent 930b3651a0
commit 38e40c7eba
8 changed files with 87 additions and 99 deletions

View File

@@ -44,4 +44,5 @@ module.exports = function(grunt) {
'webpack:prod',
'concurrent:prod',
]);
};