@deepjs/cache
Advanced tools
+4
-4
| { | ||
| "name": "@deepjs/cache", | ||
| "version": "0.2.4", | ||
| "version": "0.2.9", | ||
| "description": "cache", | ||
@@ -15,4 +15,4 @@ "main": "lib/index.js", | ||
| "scripts": { | ||
| "dev": "babel src -s inline -d ./lib --ignore __test__", | ||
| "build": "babel src -d lib --ignore __test__", | ||
| "dev": "babel src -s inline -d ./lib --ignore __tests__", | ||
| "build": "babel src -d lib --ignore __tests__", | ||
| "prepublish": "npm run build", | ||
@@ -35,3 +35,3 @@ "test": "jest --no-cache --detectOpenHandles" | ||
| }, | ||
| "gitHead": "654bca863259f4fa23d0edcc8039ac16e8530e7a" | ||
| "gitHead": "0a3b979019de631faae22be9bef180becf9566bc" | ||
| } |
2185
0.09%