Merge "Adding CI targets"

This commit is contained in:
Jenkins 2017-05-09 08:24:58 +00:00 committed by Gerrit Code Review
commit 4b129b070c
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
"start": "gulp dev",
"build": "gulp build",
"package": "gulp package",
"test": "gulp test"
"test": "gulp test",
"lint": "gulp lint"
},
"engines": {
"node": "4.4.7",