Herby Vojčík 5 years ago
parent
commit
6fe7b7fa9a
2 changed files with 14 additions and 1 deletions
  1. 13 0
      package-lock.json
  2. 1 1
      package.json

+ 13 - 0
package-lock.json

@@ -0,0 +1,13 @@
+{
+  "name": "redux-sac",
+  "version": "0.7.0",
+  "lockfileVersion": 1,
+  "requires": true,
+  "dependencies": {
+    "atpath": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/atpath/-/atpath-0.1.1.tgz",
+      "integrity": "sha1-ZoVA/yHEdLYr7VoyDYwfhgHmuaM="
+    }
+  }
+}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "redux-sac",
-  "version": "0.6.7",
+  "version": "0.7.0",
   "description": "Slice and compose redux-type reducers.",
   "main": "index.js",
   "scripts": {