Use github URL syntax (#135)

This commit is contained in:
Steven Liekens 2019-08-21 09:58:02 +02:00 committed by Kim Biesbjerg
parent 5d5b07ba2c
commit 0f465014df
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@biesbjerg/ngx-translate-extract",
"version": "3.0.0",
"version": "3.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -512,8 +512,8 @@
}
},
"flat": {
"version": "git://github.com/lenchvolodymyr/flat.git#ffe77efe8c33bc80ffb2f7a465537610dea4f611",
"from": "git://github.com/lenchvolodymyr/flat.git#ffe77ef",
"version": "github:lenchvolodymyr/flat#ffe77efe8c33bc80ffb2f7a465537610dea4f611",
"from": "github:lenchvolodymyr/flat#ffe77ef",
"requires": {
"is-buffer": "~2.0.3"
}

View File

@ -60,7 +60,7 @@
"@angular/compiler": "^8.1.3",
"boxen": "^4.1.0",
"colorette": "^1.1.0",
"flat": "git://github.com/lenchvolodymyr/flat.git#ffe77ef",
"flat": "github:lenchvolodymyr/flat#ffe77ef",
"gettext-parser": "^4.0.1",
"glob": "^7.1.4",
"mkdirp": "^0.5.1",