Skip to content

Commit

Permalink
(#1199) - update deps for map reduce change and make sure deps are up…
Browse files Browse the repository at this point in the history
… to date when we publish
  • Loading branch information
calvinmetcalf committed Jan 4, 2014
1 parent ed8a009 commit 34062d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bin/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if [[ ! $VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z]+(\.[0-9]+)?)?$ ]]; then
exit 2
fi

#make sure deps are up to date
rm -r node_modules
npm install

# Build
git checkout -b build
./node_modules/tin/bin/tin -v $VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"level": "~0.18.0",
"request": "~2.28.0",
"pouchdb-mapreduce": "0.3.1"
"pouchdb-mapreduce": "0.3.2"
},
"devDependencies": {
"commander": "~2.1.0",
Expand Down

0 comments on commit 34062d2

Please sign in to comment.