Caleb Porzio 4 years ago
parent
commit
63e3dd18a8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/persist/package.json

+ 2 - 1
packages/persist/package.json

@@ -5,5 +5,6 @@
     "author": "Caleb Porzio",
     "license": "MIT",
     "main": "dist/module.cjs.js",
-    "module": "dist/module.esm.js"
+    "module": "dist/module.esm.js",
+    "dependencies": {}
 }