@pacote/memoize
Advanced tools
Comparing version
{ | ||
"name": "@pacote/memoize", | ||
"description": "Memoization function.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -29,4 +29,6 @@ "author": { | ||
}, | ||
"scripts": {}, | ||
"gitHead": "1a075a940e8ca9a1855b3825da3f4e307403f5e4" | ||
"scripts": { | ||
"build": "tsc -b ." | ||
}, | ||
"gitHead": "cfa2ec80541374365e0af3bce45177d8003951c3" | ||
} |
Sorry, the diff of this file is not supported yet
735878
0