Adds basic formating test

[Closes #7]
This commit is contained in:
Caio Gondim
2014-07-15 18:03:20 +02:00
parent 8b11826604
commit e6721c1ed6
3 changed files with 38 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"description": "A Powerline-like theme for oh-my-zsh",
"main": "bullet-train.zsh-theme",
"scripts": {
"test": "npm test"
"test": "grunt test"
},
"repository": {
"type": "git",
@@ -15,5 +15,10 @@
"bugs": {
"url": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme/issues"
},
"homepage": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme"
"homepage": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-lintspaces": "^0.6.0"
}
}