Skip to content

Commit 8a9ce08

Browse files
authored
Update release metadata (TheLartians#1)
* add homepage and repo fields to package.json * enable source maps
1 parent 57b297d commit 8a9ce08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "1.0.0",
44
"main": "dist/index.js",
55
"license": "MIT",
6+
"repository": "https://github.com/TheLartians/TypeScript2Python",
7+
"homepage": "https://github.com/TheLartians/TypeScript2Python#readme",
68
"dependencies": {
79
"@commander-js/extra-typings": "^11.1.0",
810
"typescript": "^5.3.3"
@@ -29,7 +31,7 @@
2931
"single": "babel-node -x .ts",
3032
"develop": "yarn watch src/index.ts",
3133
"lint": "eslint src/**/*.ts",
32-
"build": "babel --extensions .ts --ignore '**/*.test.ts' ./src -d dist",
34+
"build": "babel --extensions .ts --ignore '**/*.test.ts' ./src -d dist --source-maps",
3335
"test": "jest",
3436
"typecheck": "tsc -p . --noEmit",
3537
"prepack": "yarn build"

0 commit comments

Comments
 (0)