Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rivergrimm committed Feb 19, 2015
1 parent 7e0f0fb commit af8f37c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modella-pouchdb",
"version": "1.0.0",
"version": "1.0.1",
"repository": "staygrimm/modella-pouchdb",
"description": "pouchdb adaptor for modella",
"keywords": ["pouchdb", "model", "db", "modella"],
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modella-pouchdb",
"version": "1.0.0",
"version": "1.0.1",
"description": "pouchdb adaptor for modella",
"main": "index.js",
"directories": {
Expand All @@ -13,13 +13,13 @@
"license": "MIT",
"devDependencies": {
"debug": "0.8.1",
"mocha": "*",
"mocha": "^2.1.0",
"modella": "0.2.8",
"pouchdb": "2.2.2",
"should": "*"
"should": "^5.0.0"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/staygrimm/modella-pouchdb.git"
"repository": {
"type": "git",
"url": "https://github.com/staygrimm/modella-pouchdb.git"
}
}

0 comments on commit af8f37c

Please sign in to comment.