Skip to content

Commit b760a8a

Browse files
committed
change name and version
1 parent 9c16e73 commit b760a8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ts-json-generator",
3-
"version": "0.4.0",
4-
"description": "Generates JSON objects based on JSON schema definition",
2+
"name": "json-schema-object-generator",
3+
"version": "0.5.0",
4+
"description": "Generates plain objects based on JSON schema definition",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"files": [
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/seesharpsoft/ts-json-generator.git"
15+
"url": "https://github.com/seesharpsoft/json-schema-object-generator.git"
1616
},
1717
"keywords": [
1818
"js",
@@ -27,9 +27,9 @@
2727
},
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/seesharpsoft/ts-json-generator/issues"
30+
"url": "https://github.com/seesharpsoft/json-schema-object-generator/issues"
3131
},
32-
"homepage": "https://github.com/seesharpsoft/ts-json-generator",
32+
"homepage": "https://github.com/seesharpsoft/json-schema-object-generator",
3333
"engines": {
3434
"node": ">=18.0.0"
3535
},

0 commit comments

Comments
 (0)