@vocab/cli
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "@vocab/cli", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"main": "dist/vocab-cli.cjs.js", | ||
@@ -17,4 +17,4 @@ "module": "dist/vocab-cli.esm.js", | ||
"@types/env-ci": "^3.1.0", | ||
"@vocab/core": "^1.3.0", | ||
"@vocab/phrase": "^1.2.4", | ||
"@vocab/core": "^1.3.1", | ||
"@vocab/phrase": "^1.2.5", | ||
"env-ci": "^5.0.2", | ||
@@ -21,0 +21,0 @@ "fast-glob": "^3.2.4", |
@@ -23,6 +23,7 @@ # Vocab | ||
Vocab is a monorepo with different packages you can install depending on your usage, the below list will get you started using the cli, React and webpack integrations. | ||
Vocab is a monorepo with different packages you can install depending on your usage, the below list will get you started using the CLI and React integration. | ||
```bash | ||
$ npm i --save @vocab/cli @vocab/react @vocab/webpack | ||
$ npm i --save-dev @vocab/cli | ||
$ npm i --save @vocab/core @vocab/react | ||
``` | ||
@@ -120,2 +121,6 @@ | ||
```bash | ||
$ npm i --save-dev @vocab/webpack | ||
``` | ||
**webpack.config.js** | ||
@@ -211,3 +216,3 @@ | ||
{ | ||
name: 'generatedLangauge', | ||
name: 'generatedLanguage', | ||
extends: 'en', | ||
@@ -302,2 +307,6 @@ generator: { | ||
```bash | ||
$ npm i --save-dev @vocab/pseudo-localize | ||
``` | ||
```ts | ||
@@ -304,0 +313,0 @@ import { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24081
519
Updated@vocab/core@^1.3.1
Updated@vocab/phrase@^1.2.5