Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Apr 20, 2020
1 parent 3ecd702 commit a1f71c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integreat-adapter-mongodb",
"version": "0.3.1",
"version": "0.3.2",
"description": "Integreat adapter for mongodb",
"main": "index.js",
"author": "Kjell-Morten Bratsberg Thorsen <post@kjellmorten.no>",
Expand All @@ -26,7 +26,10 @@
"lib/**/*-test.js",
"tests/**/*-test.js"
],
"ignoredByWatcher": ["mongodb/**", "**/*.md"],
"ignoredByWatcher": [
"mongodb/**",
"**/*.md"
],
"environmentVariables": {
"MONGO_URI": "mongodb://localhost:27017"
}
Expand Down

0 comments on commit a1f71c8

Please sign in to comment.