chore(maintenance): version bump
Align package.json version and prep for new release.
This commit is contained in:
Родитель
b6985064d0
Коммит
605e4cb482
15
package.json
15
package.json
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче