Skip to content

Commit

Permalink
Update packages; 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-de-vries committed Jun 27, 2017
1 parent 4cab16e commit 49f280f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ cache:
directories:
- node_modules

node_js:
- "0.10"

services:
- couchdb

before_install:
- npm i -g npm@^2.0.0

before_script:
- npm prune

Expand All @@ -24,7 +18,3 @@ env:
- COMMAND='helper -- lint'
- COMMAND='helper -- js-test'
- COMMAND='build'

#after_success:
# - npm run helper -- semantic-release

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-show",
"version": "1.0.8",
"version": "1.0.9",
"main": "index.js",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.",
"repository": {
Expand All @@ -18,16 +18,16 @@
"license": "Apache-2.0",
"author": "Marten de Vries",
"dependencies": {
"couchdb-objects": "^1.0.0",
"couchdb-render": "^1.0.0",
"pouchdb-req-http-query": "^1.0.0",
"promise-nodify": "^1.0.0",
"pouchdb-promise": "^0.0.0",
"pouchdb-plugin-error": "^1.0.0"
"couchdb-objects": "^1.0.7",
"couchdb-render": "^1.0.1",
"pouchdb-req-http-query": "^2.0.0",
"promise-nodify": "^1.0.2",
"pouchdb-promise": "^6.2.0",
"pouchdb-plugin-error": "^1.0.1"
},
"devDependencies": {
"navigator": "^1.0.1",
"pouchdb-plugin-helper": "^3.0.0"
"pouchdb-plugin-helper": "^5.0.0"
},
"scripts": {
"helper": "./node_modules/.bin/pouchdb-plugin-helper",
Expand Down

0 comments on commit 49f280f

Please sign in to comment.