Compare commits

..

1 Commits

Author SHA1 Message Date
Kim Biesbjerg
567a0586dc Update deps 2021-04-14 10:08:21 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ Add a script to your project's `package.json`:
} }
... ...
``` ```
You can now run `npm run i18n:extract` and it will extract strings from your project. You can now run `npm run extract-i18n` and it will extract strings from your project.
## Usage ## Usage

View File

@@ -1,6 +1,6 @@
{ {
"name": "@biesbjerg/ngx-translate-extract", "name": "@biesbjerg/ngx-translate-extract",
"version": "7.0.4", "version": "7.0.3",
"description": "Extract strings from projects using ngx-translate", "description": "Extract strings from projects using ngx-translate",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@@ -101,4 +101,4 @@
"terminal-link": "^2.1.1", "terminal-link": "^2.1.1",
"yargs": "^16.2.0" "yargs": "^16.2.0"
} }
} }