Skip to content

Commit

Permalink
Merge pull request #5 from RezaRostamiNikoo/dev
Browse files Browse the repository at this point in the history
added some property to package.json
  • Loading branch information
rrosnik committed Aug 15, 2023
2 parents 4b1c242 + f94d073 commit 41e656d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,23 @@
"webpack-cli": "^5.1.4",
"xsd-parser": "^0.0.2",
"xsd2ts": "^0.9.17"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/RezaRostamiNikoo/write-ts"
},
"keywords": [
"typescript",
"generator",
"code generator"
],
"author": "Reza Rostaminikoo",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/RezaRostamiNikoo/write-ts/issues"
},
"homepage": "https://github.com/RezaRostamiNikoo/write-ts/blob/master/README.md",
"files": [
"package.json"
]
}

0 comments on commit 41e656d

Please sign in to comment.