Skip to content

Commit

Permalink
Merge pull request #6 from svipben/v1.0.6
Browse files Browse the repository at this point in the history
update version and deps
  • Loading branch information
svipas authored Apr 15, 2018
2 parents ed022cc + 83deef0 commit d8f1213
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 278 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* `jsconfig.json` file which represents project structure.
* `yarn-error.log` in `.gitignore`.

### Changed

* ⬆️ ESLint to 4.19.1.
* ⬆️ Jest to 22.4.3.

### Removed

* logo from `README.md`.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cachimo",
"description": "Stores key with value in-memory and can be deleted manually or after given timeout.",
"version": "1.0.5",
"version": "1.0.6",
"main": "src/cachimo.js",
"typings": "src/cachimo.d.ts",
"repository": "https://github.com/svipben/cachimo.git",
Expand All @@ -12,8 +12,8 @@
"test": "jest tests"
},
"devDependencies": {
"eslint": "^4.18.2",
"jest": "^22.4.2"
"eslint": "^4.19.1",
"jest": "^22.4.3"
},
"keywords": ["cache", "in-memory", "storage", "nodejs", "browser"]
}
Loading

0 comments on commit d8f1213

Please sign in to comment.