Skip to content

Commit

Permalink
Merge pull request #106 from trayio/CN-25/f/dependancies-update
Browse files Browse the repository at this point in the history
Dependencies updated
  • Loading branch information
Johnbastian authored Nov 9, 2018
2 parents ffe094b + 37813c5 commit 683750f
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
{
"name": "@trayio/falafel",
"version": "1.12.0",
"version": "1.13.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"author": "tray.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trayio/falafel.git"
},
"bugs": {
"url": "https://github.com/trayio/falafel/issues"
},
"homepage": "https://github.com/trayio/falafel#readme",
"dependencies": {
"@trayio/threadneedle": "^1.4.3",
"generate-schema": "^2.3.3",
"@trayio/threadneedle": "^1.5.1",
"generate-schema": "^2.6.0",
"knox": "^0.9.2",
"lodash": "^4.1.0",
"mime": "^1.3.4",
"moment": "^2.17.1",
"lodash": "^4.17.11",
"mime": "^1.6.0",
"moment": "^2.22.2",
"mout": "^0.11.1",
"needle": "^1.4.2",
"needle": "^1.6.0",
"qs": "^6.2.0",
"when": "^3.7.7"
"when": "^3.7.8"
},
"devDependencies": {
"body-parser": "^1.15.2",
"eslint": "^4.3.0",
"express": "^4.14.0",
"body-parser": "^1.18.3",
"eslint": "^4.19.1",
"express": "^4.16.4",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"knox-mpu-alt": "^0.2.2",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"mocha-unfunk-reporter": "^0.4.0",
"proxyquire": "^1.7.4"
"proxyquire": "^1.8.0"
}
}

0 comments on commit 683750f

Please sign in to comment.