Skip to content

Commit fde6ca3

Browse files
authored
Merge pull request #49 from adrukh/master
Allow dependencies to upgrade with non-breaking changes
2 parents 565b229 + 0e3569d commit fde6ca3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-client",
3-
"version": "0.13.26",
3+
"version": "0.13.27",
44
"description": "A Cloud Foundry Client for Node.js",
55
"author": "Juan Antonio Breña Moral <[email protected]>",
66
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
3131
"lib"
3232
],
3333
"dependencies": {
34-
"bluebird": "3.0.6",
35-
"protobufjs": "5.0.1",
36-
"request": "2.67.0",
37-
"restler": "3.4.0",
38-
"ws": "1.1.1"
34+
"bluebird": "^3.0.6",
35+
"protobufjs": "^5.0.1",
36+
"request": "^2.67.0",
37+
"restler": "^3.4.0",
38+
"ws": "^1.1.1"
3939
},
4040
"devDependencies": {
4141
"archiver": "0.20.0",

0 commit comments

Comments
 (0)