tracks/ecmascript/exercises/hamming/package.json in trackler-2.0.0.9 vs tracks/ecmascript/exercises/hamming/package.json in trackler-2.0.0.10
- old
+ new
@@ -16,10 +16,11 @@
"gulp-eslint": "^1.1.0",
"gulp-jasmine": "~2.0.1",
"yargs": "~3.27.0"
},
"scripts": {
- "test": "gulp lint test"
+ "test": "gulp test",
+ "lint-test": "gulp lint test"
},
"licenses": [
"MIT"
],
"dependencies": {}