scope-state 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scope-state",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Scope State is the simplest global state system for React that you've ever used — no boilerplate, no spreading, no mental overhead.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,7 +39,6 @@
39
39
  ],
40
40
  "author": "Dalton Letorney",
41
41
  "license": "MIT",
42
- "type": "module",
43
42
  "repository": {
44
43
  "type": "git",
45
44
  "url": "git+https://github.com/daltonlet/scope-state.git"
@@ -59,6 +58,5 @@
59
58
  "tslib": "^2.8.1",
60
59
  "typescript": "^4.9.5"
61
60
  },
62
- "dependencies": {
63
- }
61
+ "dependencies": {}
64
62
  }