Skip to content

Commit 6655a63

Browse files
committed
chore: add missing fields to package.json
1 parent fce450a commit 6655a63

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "1.0.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
6-
"files": ["lib"],
6+
"files": [
7+
"lib"
8+
],
79
"scripts": {
810
"prepare": "npm run build",
911
"prebuild": "rm -rf lib",
@@ -13,12 +15,24 @@
1315
"keywords": [],
1416
"author": "",
1517
"license": "ISC",
16-
"description": "",
18+
"description": "Transforms absolute imports to relative",
1719
"devDependencies": {
1820
"@types/node": "^10.12.21",
1921
"standard-version": "^4.4.0",
2022
"ttypescript": "^1.5.6",
2123
"typescript": "^3.2.4"
2224
},
23-
"dependencies": {}
25+
"dependencies": {},
26+
"directories": {
27+
"lib": "lib",
28+
"test": "tests"
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/LeDDGroup/typescript-transform-paths.git"
33+
},
34+
"bugs": {
35+
"url": "https://github.com/LeDDGroup/typescript-transform-paths/issues"
36+
},
37+
"homepage": "https://github.com/LeDDGroup/typescript-transform-paths#readme"
2438
}

0 commit comments

Comments
 (0)