Merge branch 'release/1.2' into 'main'
v1.2.0 release See merge request !44
{ | ||
"name": "@genesys-pgr/ui-embedded", | ||
"version": "1.2.0-alpha2", | ||
"version": "1.2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
... | ... | @@ -31,7 +31,7 @@ |
"serve:production": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack-dev-server --config config/webpack-production.config.js", | ||
"analyze": "webpack --config config/webpack-analyze.config.js", | ||
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"how-to-publish": "echo '\n\nyarn build\nnpm publish --tag edge --dry-run\n'" | ||
"how-to-publish": "echo '\n\nyarn build\n\n\n# For development\nnpm publish --tag edge --dry-run\n\n# For @latest release\nnpm publish --tag latest --dry-run\n\n\n'" | ||
}, | ||
"resolutions": { | ||
"@types/react": "^16.0.0", | ||
... | ... |
Please register or sign in to comment