Skip to content

Commit

Permalink
build(memoize): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 8, 2018
1 parent 2bc092d commit 369f375
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,22 @@
},
"devDependencies": {
"@thi.ng/associative": "^0.5.11",
"@thi.ng/cache": "^0.2.15",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"typedoc": "^0.11.1",
"typescript": "^3.0.1"
},
"dependencies": {},
"dependencies": {
"@thi.ng/api": "^4.0.6"
},
"keywords": [
"cache",
"ES6",
"function",
"memoization",
"typescript"
],
"publishConfig": {
Expand Down

0 comments on commit 369f375

Please sign in to comment.