Compare commits
3 Commits
chore-upda
...
v7.0.4
Author | SHA1 | Date | |
---|---|---|---|
|
82eb652e4b | ||
|
4e91eb5fc5 | ||
|
0809e065ec |
@@ -20,7 +20,7 @@ Add a script to your project's `package.json`:
|
||||
}
|
||||
...
|
||||
```
|
||||
You can now run `npm run extract-i18n` and it will extract strings from your project.
|
||||
You can now run `npm run i18n:extract` and it will extract strings from your project.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biesbjerg/ngx-translate-extract",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.4",
|
||||
"description": "Extract strings from projects using ngx-translate",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -101,4 +101,4 @@
|
||||
"terminal-link": "^2.1.1",
|
||||
"yargs": "^16.2.0"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user