Skip to content

Commit

Permalink
Revert version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord authored Nov 9, 2023
1 parent ce98fc3 commit 5371402
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-proxies",
"version": "1.0.3",
"version": "1.0.2",
"description": "Solid.js library adding signaling to built-in non-primitives",
"info": "This package provides signaled versions of Javascript's built-in objects. Thanks to it, all theirs properties will be automatically tracked while using standard API. That means all operations like array's `push`, `slice` or direct index access `track['me']` will only trigger an update of specific values. The granular reactivity will make sure your effects will not rerun without a need.",
"homepage": "https://github.com/Exelord/solid-proxies",
Expand All @@ -11,15 +11,9 @@
"url": "https://exelord.com"
}
],
"keywords": [
"solidhack",
"best_ecosystem",
"solidjs"
],
"keywords": ["solidhack", "best_ecosystem", "solidjs"],
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/solid-proxies.cjs",
"module": "./dist/solid-proxies.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -57,9 +51,7 @@
"releaseName": "v${version}"
},
"hooks": {
"before:init": [
"vitest run"
]
"before:init": ["vitest run"]
}
},
"peerDependencies": {
Expand Down

0 comments on commit 5371402

Please sign in to comment.