chore(maintenance): version bump

Align package.json version and prep for new release.
This commit is contained in:
Sean Wells 2015-04-03 04:45:31 -07:00
Родитель b6985064d0
Коммит 605e4cb482
1 изменённых файлов: 10 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "deployr", "name": "deployr",
"version": "7.4.0", "version": "7.4.1",
"description": "Simplified JavaScript client library for making requests to DeployR.", "description": "Simplified JavaScript client library for making requests to DeployR.",
"keywords": [ "keywords": [
"deployr", "deployr",
@ -12,9 +12,7 @@
], ],
"author": "DeployR - Revolution Analytics Inc.", "author": "DeployR - Revolution Analytics Inc.",
"contributors": [ "contributors": [
{ "Sean Wells"
"name": "Sean Wells"
}
], ],
"repository": { "repository": {
"type": "git", "type": "git",
@ -47,5 +45,12 @@
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"
}, },
"license": "Apache 2.0 License" "license": "Apache 2.0 License",
"bugs": {
"url": "https://github.com/deployr/js-client-library/issues"
},
"directories": {
"example": "examples",
"test": "test"
}
} }