Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c7bb877

Browse files
committed
Adapt package.json
1 parent d47a9d9 commit c7bb877

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jsog-typescript",
3-
"version": "1.0.0-1",
4-
"description": "JavaScript Object Graphs with Typescript",
2+
"name": "json-typescript",
3+
"version": "0.1.0",
4+
"description": "Library to map JSON to a TypeScript Model",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"scripts": {
@@ -16,11 +16,11 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/e-mundo/jsog-typescript.git"
19+
"url": "https://github.com/e-mundo/json-typescript.git"
2020
},
2121
"keywords": [
2222
"typescript",
23-
"jsog",
23+
"json",
2424
"npm"
2525
],
2626
"contributors": [

0 commit comments

Comments
 (0)