Skip to content

Commit

Permalink
Patch bump and forcing dependencies to use tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbastian-trayio committed Sep 12, 2019
1 parent 1ad3606 commit 1b930be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trayio/threadneedle",
"version": "1.10.0",
"version": "1.10.1",
"description": "A framework for simplifying working with HTTP-based APIs.",
"main": "lib/index.js",
"directories": {
Expand All @@ -26,13 +26,13 @@
},
"homepage": "https://github.com/trayio/threadneedle#readme",
"dependencies": {
"lodash": "^4.17.15",
"mout": "^1.1.0",
"mustache": "^3.0.1",
"lodash": "~4.17.15",
"mout": "~1.1.0",
"mustache": "~3.0.1",
"needle": "~2.1.2",
"soap": "^0.26.0",
"when": "^3.7.8",
"winston": "^2.4.4"
"soap": "~0.26.0",
"when": "~3.7.8",
"winston": "~2.4.4"
},
"devDependencies": {
"body-parser": "^1.18.3",
Expand Down

0 comments on commit 1b930be

Please sign in to comment.