Skip to content

Commit

Permalink
build 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-de-vries committed Jun 5, 2018
1 parent 70d7514 commit 3b958ba
Show file tree
Hide file tree
Showing 24 changed files with 38,148 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/update-package-json-for-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ modules.forEach(function (mod) {
return deps; // do nothing its a local file
}

dep = dep.split('/')[0]; // split colors/safe to be colors
if (dep[0] !== '@') {
dep = dep.split('/')[0]; // split colors/safe to be colors
}

if (topPkg.dependencies[dep]) {
if (modules.indexOf(dep) !== -1) { // core pouchdb-* module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pouchdb-server-monorepo",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"scripts": {
"unit-tests": "./bin/unit-tests.sh",
"test-pouchdb": "./bin/test-setup.sh && ./bin/test-pouchdb.sh",
Expand Down
Loading

0 comments on commit 3b958ba

Please sign in to comment.