Skip to content

Commit

Permalink
refactor: leaving package.json as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
carere committed Nov 6, 2024
1 parent a7c43be commit b9f20ef
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "@carere/solux",
"version": "3.3.1",
"description": "Flux implementation based on SolidJs reactivity",
"keywords": ["Solid", "flux", "redux", "rxjs", "state"],
"keywords": [
"Solid",
"flux",
"redux",
"rxjs",
"state"
],
"bugs": "https://github.com/carere/solux/issues",
"repository": "github:carere/solux",
"license": "MIT",
Expand All @@ -14,10 +20,13 @@
"import": "./dist/index.mjs"
}
},
"typings": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"files": ["src", "dist"],
"typings": "./dist/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "tsup",
"format": "biome format --write .",
Expand Down

0 comments on commit b9f20ef

Please sign in to comment.