Skip to content

Commit

Permalink
2.8.1
Browse files Browse the repository at this point in the history
Updates logspect dependency to hopefully get rid of webpack errors about not finding logspect's index.ts file. nozzlegear/logspect#1
  • Loading branch information
nozzlegear committed Feb 22, 2018
1 parent 8f6b4dc commit f873e26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "davenport",
"version": "2.8.0",
"version": "2.8.1",
"description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/nozzlegear/davenport#readme",
"dependencies": {
"axios": "^0.15.3",
"logspect": "^1.3.0"
"logspect": "1.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
Expand All @@ -51,4 +51,4 @@
"typescript": "^2.3.3",
"webpack": "^2.2.1"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,9 @@ lodash@^4.14.0, lodash@^4.17.4:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

logspect@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.3.0.tgz#d20a28fd322adf03b42cd51cf56919589d3371fd"
[email protected].1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.3.1.tgz#61c21f1cf75ff9419a3e86f70ac9c5aaf8013a68"
dependencies:
chalk "^1.1.3"

Expand Down

0 comments on commit f873e26

Please sign in to comment.