This commit is contained in:
Philipp Kunz 2021-04-21 19:52:53 +00:00
parent 05997ef1cf
commit 1f80df6ec2
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartcache", "name": "@pushrocks/smartcache",
"version": "1.0.13", "version": "1.0.14",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartcache", "name": "@pushrocks/smartcache",
"version": "1.0.13", "version": "1.0.14",
"private": false, "private": false,
"description": "cache things in smart ways", "description": "cache things in smart ways",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -42,4 +42,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }