Skip to content

Commit b3b9d6e

Browse files
committed
work on svghmi
1 parent 9581059 commit b3b9d6e

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "@node-projects/propertygrid.webcomponent",
3-
"version": "1.0.0",
4-
"description": "a propertygrid webcomponent.",
2+
"name": "@node-projects/svghmi.webcomponent",
3+
"version": "0.0.1",
4+
"description": "a svghmi webcomponent.",
55
"type": "module",
6-
"main": "./dist/PropertyGrid.js",
6+
"main": "./dist/index.js",
77
"private": false,
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/@node-projects/propertygrid.webcomponent.git"
10+
"url": "git+https://github.com/@node-projects/svghmi.webcomponent.git"
1111
},
1212
"author": "",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/@node-projects/propertygrid.webcomponent/issues"
15+
"url": "https://github.com/@node-projects/svghmi.webcomponent/issues"
1616
},
17-
"homepage": "https://github.com/@node-projects/propertygrid.webcomponent#readme",
17+
"homepage": "https://github.com/@node-projects/svghmi.webcomponent#readme",
1818
"scripts": {
1919
"tsc": "tsc",
2020
"start": "web-dev-server --node-resolve --open sample/index.html",

0 commit comments

Comments
 (0)