Skip to content

Commit

Permalink
Upgrade dependencies and loosen version pinning to ^x.y.z spec
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed Mar 3, 2018
1 parent 58b6bcb commit ae58f66
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -14,19 +14,19 @@
"license": "MIT",
"repository": "git://github.com/chbrown/birdy.git",
"dependencies": {
"async": "1.0.0",
"glob": "5.0.9",
"js-yaml": "3.3.1",
"loge": "0.0.3",
"minimatch": "2.0.8",
"mkdirp": "0.5.1",
"optimist": "0.6.1",
"request": "2.55.0",
"temp": "0.8.1",
"underscore": "1.8.3"
"async": "^2.6.0",
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"loge": "^0.0.3",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1",
"request": "^2.83.0",
"temp": "^0.8.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "2.2.5"
"mocha": "^2.5.3"
},
"bin": {
"birdy": "bin/birdy.js"
Expand Down

0 comments on commit ae58f66

Please sign in to comment.