Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit a6f07a1

Browse files
committed
Merge master
2 parents 9125a37 + b9b9439 commit a6f07a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/romakita/json-properties.git"
20+
"url": "https://github.com/Romakita/ts-json-properties.git"
2121
},
2222
"keywords": [
2323
"ts",
@@ -30,7 +30,7 @@
3030
"author": "Romakita",
3131
"license": "MIT",
3232
"bugs": {
33-
"url": "https://github.com/romakita/json-properties/issues"
33+
"url": "https://github.com/Romakita/ts-json-properties/issues"
3434
},
3535
"homepage": "https://github.com/romakita/json-properties",
3636
"devDependencies": {
@@ -46,6 +46,11 @@
4646
"tslint": "^5.8.0",
4747
"typescript": "^2.5.0"
4848
},
49+
"directories": {
50+
"lib": "lib",
51+
"src": "src",
52+
"test": "test"
53+
},
4954
"release": {
5055
"debug": false,
5156
"branch": "production"

0 commit comments

Comments
 (0)