Skip to content

Commit

Permalink
Fix Travis (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-de-vries committed Feb 1, 2015
1 parent 04c2e02 commit ebbd4ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"devDependencies": {
"brfs": "^1.3.0",
"browserify": "^6.1.0"
"browserify": "^6.1.0",
"mocha": "^2.1.0"
},
"scripts": {
"build-debug": "./node_modules/.bin/browserify lib/index.js -o fauxton/js/pouchdb-offline.js",
Expand All @@ -31,6 +32,6 @@
"build-firefox": "./node_modules/.bin/browserify lib/index-firefox-addon.js -o fauxton/js/pouchdb-offline.js && npm run build-injected",
"build-chrome": "./node_modules/.bin/browserify lib/index-chrome-extension.js -o fauxton/js/pouchdb-offline.js && npm run build-injected && npm run build-postmessagerpc",
"build-pouchdb-plugin": "npm run build-debug && ./node_modules/.bin/browserify lib/index-pouchdb-plugin.js -t brfs -s PouchDBFauxton -o dist/pouchdb-plugin.js",
"test": "mocha"
"test": "./node_modules/.bin/mocha"
}
}

0 comments on commit ebbd4ed

Please sign in to comment.