Release v0.0.1

This commit is contained in:
Caio Gondim
2014-07-18 16:03:39 +02:00
parent 3020e9a90f
commit 9d59cefe35

View File

@@ -1,10 +1,11 @@
{
"name": "bullet-train-oh-my-zsh-theme",
"version": "0.0.0",
"version": "0.0.1",
"description": "A Powerline-like theme for oh-my-zsh",
"main": "bullet-train.zsh-theme",
"scripts": {
"test": "grunt test"
"test": "grunt test",
"bump": "grunt bump"
},
"repository": {
"type": "git",
@@ -18,6 +19,7 @@
"homepage": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.14",
"grunt-cli": "^0.1.13",
"grunt-lintspaces": "^0.6.0"
}