Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- couchdb

node_js:
- "0.10"
- "5"
script: npm run $COMMAND
before_script:
- "export DISPLAY=:99.0"
Expand Down Expand Up @@ -33,3 +33,4 @@ branches:
only:
- master
- /^pull*$/
- /^greenkeeper/.*$/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PouchDB Plugin Seed
=====

[![Greenkeeper badge](https://badges.greenkeeper.io/pouchdb/plugin-seed.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/pouchdb/plugin-seed.svg)](https://travis-ci.org/pouchdb/plugin-seed)

Fork this project to build your first PouchDB plugin. It contains everything you need to test in Node, WebSQL, and IndexedDB. It also includes a Travis config file so you
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"coverage": "npm test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100"
},
"dependencies": {
"pouchdb-utils": "5.4.0"
"pouchdb-utils": "6.1.2"
},
"devDependencies": {
"bluebird": "^3.4.0",
"browserify": "^12.0.2",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"derequire": "^2.0.0",
"es3ify": "^0.1.3",
"http-server": "^0.5.5",
"istanbul": "^0.2.7",
"jshint": "2.8.0",
"es3ify": "^0.2.2",
"http-server": "^0.9.0",
"istanbul": "^0.4.5",
"jshint": "2.9.4",
"mkdirp": "^0.5.0",
"mocha": "^2.5.3",
"phantomjs": "^1.9.7-5",
"pouchdb": "^5.4.0",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"pouchdb": "^6.1.2",
"request": "^2.36.0",
"sauce-connect-launcher": "^0.4.2",
"selenium-standalone": "^5.0.0",
"sauce-connect-launcher": "^1.2.0",
"selenium-standalone": "^6.0.1",
"uglify-js": "^2.4.13",
"watchify": "^3.1.0",
"wd": "^0.2.21"
"wd": "^1.1.3"
}
}