Compare commits
1 Commits
v7.0.4
...
chore-upda
Author | SHA1 | Date | |
---|---|---|---|
|
567a0586dc |
@@ -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
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biesbjerg/ngx-translate-extract",
|
||||
"version": "7.0.4",
|
||||
"version": "7.0.3",
|
||||
"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