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