Skip to content

Commit 2d558aa

Browse files
committed
2.0.2
1 parent b6fb580 commit 2d558aa

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts2famix",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A TypeScript to JSON importer for Moose.",
55
"main": "dist/ts2famix-cli.js",
66
"scripts": {
@@ -18,13 +18,18 @@
1818
"bin": {
1919
"ts2famix": "dist/ts2famix-cli-wrapper.js"
2020
},
21-
"keywords": ["TypeScript", "famix", "static analysis", "moose"],
21+
"keywords": [
22+
"TypeScript",
23+
"famix",
24+
"static analysis",
25+
"moose"
26+
],
2227
"author": "Christopher Fuhrman <christopher.fuhrman@etsmtl.ca>",
2328
"repository": {
2429
"type": "git",
2530
"url": "https://github.com/fuhrmanator/FamixTypeScriptImporter.git"
2631
},
27-
"bugs":{
32+
"bugs": {
2833
"url": "https://github.com/fuhrmanator/FamixTypeScriptImporter/issues"
2934
},
3035
"homepage": "https://github.com/fuhrmanator/FamixTypeScriptImporter?tab=readme-ov-file#famixtypescriptimporter",

0 commit comments

Comments
 (0)