Skip to content

Commit 199a453

Browse files
committed
working on versioning
1 parent a1ca4a2 commit 199a453

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openscriptjs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "OpenScriptJs Framework - A lightweight, reactive JavaScript framework for building modern web applications",
55
"type": "module",
66
"main": "./dist/openscript.umd.js",
@@ -14,7 +14,7 @@
1414
"./plugin": "./build/vite-plugin-openscript.js"
1515
},
1616
"bin": {
17-
"create-ojs-app": "./bin/create-ojs-app.js"
17+
"create-ojs-app": "bin/create-ojs-app"
1818
},
1919
"files": [
2020
"dist",
@@ -51,7 +51,7 @@
5151
"license": "MIT",
5252
"repository": {
5353
"type": "git",
54-
"url": "https://github.com/OpenScriptJs/modular-openscript.git"
54+
"url": "git+https://github.com/OpenScriptJs/modular-openscript.git"
5555
},
5656
"bugs": {
5757
"url": "https://github.com/OpenScriptJs/modular-openscript/issues"

0 commit comments

Comments
 (0)