Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cayasso committed Nov 29, 2018
1 parent 1bc6243 commit a4366b0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacheman-mongo",
"version": "1.0.3",
"version": "1.0.4",
"description": "MongoDB standalone caching library for Node.JS and also cache engine for cacheman",
"author": "Jonathan Brumley <[email protected]>",
"main": "./node/index",
Expand All @@ -12,15 +12,7 @@
"type": "git",
"url": "git://github.com/cayasso/cacheman-mongo.git"
},
"keywords": [
"cache",
"mongodb",
"caching",
"mongo",
"store",
"ttl",
"cacheman"
],
"keywords": [ "cache", "mongodb", "caching", "mongo", "store", "ttl", "cacheman" ],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.4.5",
Expand All @@ -36,7 +28,5 @@
"mongodb-uri": "^0.9.7",
"thunky": "^0.1.0"
},
"pre-commit": [
"test"
]
"pre-commit": [ "test" ]
}

0 comments on commit a4366b0

Please sign in to comment.