Get rid of 'standard' npm package

Reason: Reserved for the upcoming PR
This commit is contained in:
Nikita P. Shupeyko 2017-05-09 23:35:47 +03:00
parent 750441e999
commit ffa3aa0205

View File

@ -29,13 +29,9 @@
"gulp-uglify": "^2.1.2", "gulp-uglify": "^2.1.2",
"pump": "^1.0.2", "pump": "^1.0.2",
"run-sequence": "^1.2.2", "run-sequence": "^1.2.2",
"standard": "^9.0.2",
{% endif %} {% endif %}
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
},
"scripts": {
"test": "standard"
} }
} }