Skip to content

Commit

Permalink
Change package name and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras committed Mar 19, 2018
1 parent 1ca9752 commit f9f2102
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cache-micro",
"name": "micro-cacheable",
"version": "2.0.0",
"description": "A micro utility for data caching",
"author": "fmiras",
"license": "MIT",
"repository": "fmiras/cache-micro",
"bugs": "https://github.com/fmiras/cache-micro/issues",
"homepage": "https://github.com/fmiras/cache-micro",
"repository": "fmiras/micro-cacheable",
"bugs": "https://github.com/fmiras/micro-cacheable/issues",
"homepage": "https://github.com/fmiras/micro-cacheable",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -30,7 +30,7 @@
"cache",
"microservices",
"micro-cache",
"cache-micro"
"micro-cacheable"
],
"devDependencies": {
"ava": "0.25.0",
Expand Down

0 comments on commit f9f2102

Please sign in to comment.