maintenance
* added sprite file to gitignore * removed linting from dev task * testing new npm scripts
This commit is contained in:
parent
df064b8a94
commit
d812ed6208
3 changed files with 13 additions and 7 deletions
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue