maintenance

* added sprite file to gitignore
* removed linting from dev task
* testing new npm scripts
This commit is contained in:
Stephan Hagedorn 2020-05-24 17:33:54 +02:00
parent df064b8a94
commit d812ed6208
3 changed files with 13 additions and 7 deletions

View file

@ -4,7 +4,10 @@
"description": "Hippie interweaves preeminent personal interface elements",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "npm test",
"version": "gulp build && git add -A dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
@ -49,4 +52,4 @@
"pump": "^3.0.0"
},
"dependencies": {}
}
}