Skip to content

Commit 03fee3e

Browse files
committed
Bump version number to 1.0.5
1 parent 3bc7aec commit 03fee3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tolinsimpson/minimajs",
3-
"version": "1.0.0",
3+
"version": "1.0.5",
44
"description": "Ultra-lightweight modern web framework - React alternative with short API syntax, zero dependencies, built-in SSR, and LLM-optimized development experience",
55
"main": "src/minima.js",
66
"module": "src/minima.js",
@@ -18,7 +18,7 @@
1818
"production": "./dist/minima-core.min.js"
1919
},
2020
"./template": {
21-
"import": "./src/minima-template.js",
21+
"import": "./src/minima-template.js",
2222
"production": "./dist/minima-template.min.js"
2323
},
2424
"./component": {
@@ -58,7 +58,7 @@
5858
},
5959
"keywords": [
6060
"framework",
61-
"virtual-dom",
61+
"virtual-dom",
6262
"reactive",
6363
"lightweight",
6464
"zero-dependencies",
@@ -82,7 +82,7 @@
8282
"homepage": "https://github.com/tolinsimpson/minima-js#readme",
8383
"repository": {
8484
"type": "git",
85-
"url": "https://github.com/tolinsimpson/minima-js.git"
85+
"url": "git+https://github.com/tolinsimpson/minima-js.git"
8686
},
8787
"bugs": {
8888
"url": "https://github.com/tolinsimpson/minima-js/issues"

0 commit comments

Comments
 (0)