Skip to content

Commit 0d04ef0

Browse files
committed
Changed package.json infos
1 parent c48caed commit 0d04ef0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@biesbjerg/ngx-translate-extract",
3-
"version": "7.0.2",
4-
"description": "Extract strings from projects using ngx-translate",
2+
"name": "@buchtadan/ngx-translate-extract-fork",
3+
"version": "7.0.2-enhancedFork",
4+
"description": "Its an fork from @biesbjerg/ngx-translate-extract so please check it out. Extract strings from projects using ngx-translate",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"files": [
@@ -37,7 +37,7 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/biesbjerg/ngx-translate-extract.git"
40+
"url": "https://github.com/buchtadan/ngx-translate-extract.git"
4141
},
4242
"keywords": [
4343
"angular",
@@ -50,12 +50,12 @@
5050
"i18n",
5151
"gettext"
5252
],
53-
"author": "Kim Biesbjerg <kim@biesbjerg.com>",
53+
"author": "Daniel Buchta <buchtadan@gmail.com>",
5454
"license": "MIT",
5555
"bugs": {
56-
"url": "https://github.com/biesbjerg/ngx-translate-extract/issues"
56+
"url": "https://github.com/buchtadan/ngx-translate-extract/issues"
5757
},
58-
"homepage": "https://github.com/biesbjerg/ngx-translate-extract",
58+
"homepage": "https://github.com/buchtadan/ngx-translate-extract",
5959
"engines": {
6060
"node": ">=11.15.0"
6161
},

0 commit comments

Comments
 (0)