Precommit work
This commit is contained in:
28
package.json
28
package.json
@ -1,10 +1,4 @@
|
||||
{
|
||||
"name": "Lemur",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/netflix/lemur.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bower": "^1.8.2",
|
||||
"browser-sync": "^2.3.1",
|
||||
@ -51,16 +45,22 @@
|
||||
"uglify-save-license": "^0.4.1",
|
||||
"yargs": "^7.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
|
||||
"pretest": "npm install && npm run build_static",
|
||||
"build_static": "gulp build",
|
||||
"prelint": "npm install",
|
||||
"lint": "jshint lemur/static/app/",
|
||||
"test": "gulp test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.8.0",
|
||||
"karma-chrome-launcher": "^2.0.0"
|
||||
},
|
||||
"name": "Lemur",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/netflix/lemur.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build_static": "gulp build",
|
||||
"lint": "jshint lemur/static/app/",
|
||||
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
|
||||
"prelint": "npm install",
|
||||
"pretest": "npm install && npm run build_static",
|
||||
"test": "gulp test"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user