Skip to content

Commit

Permalink
Lib: Update dep versions
Browse files Browse the repository at this point in the history
- Updated bluebird from 3.0.2 to 3.0.5
- Updated xml2js from 0.4.13 to 0.4.15
  • Loading branch information
tflanagan committed Nov 30, 2015
1 parent f9a6a0f commit c224a00
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 96 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickbase",
"version": "2.2.0",
"version": "2.2.1",
"description": "A lightweight, very flexible QuickBase API",
"keywords": [
"QuickBase",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "babel quickbase.js > quickbase.es5.js && browserify quickbase.es5.js > quickbase.browserify.js && cat devTools\\LICENSE.js > quickbase.browserify.min.js && minify quickbase.browserify.js >> quickbase.browserify.min.js"
},
"dependencies": {
"bluebird": "^3.0.2",
"xml2js": "^0.4.13"
"bluebird": "^3.0.5",
"xml2js": "^0.4.15"
},
"devDependencies": {
"babel": "*",
Expand Down
Loading

0 comments on commit c224a00

Please sign in to comment.