Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Nov 22, 2024
1 parent b6fb580 commit 2d558aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts2famix",
"version": "2.0.1",
"version": "2.0.2",
"description": "A TypeScript to JSON importer for Moose.",
"main": "dist/ts2famix-cli.js",
"scripts": {
Expand All @@ -18,13 +18,18 @@
"bin": {
"ts2famix": "dist/ts2famix-cli-wrapper.js"
},
"keywords": ["TypeScript", "famix", "static analysis", "moose"],
"keywords": [
"TypeScript",
"famix",
"static analysis",
"moose"
],
"author": "Christopher Fuhrman <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/fuhrmanator/FamixTypeScriptImporter.git"
},
"bugs":{
"bugs": {
"url": "https://github.com/fuhrmanator/FamixTypeScriptImporter/issues"
},
"homepage": "https://github.com/fuhrmanator/FamixTypeScriptImporter?tab=readme-ov-file#famixtypescriptimporter",
Expand Down

0 comments on commit 2d558aa

Please sign in to comment.