diff --git a/package-lock.json b/package-lock.json index c06fb11..b801a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts2famix", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts2famix", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.7", diff --git a/package.json b/package.json index 9fee784..a65184b 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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 ", "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",