Bump up version

This commit is contained in:
Paulo Gustavo Veiga 2020-11-29 09:54:51 -08:00
parent 3a5ed9dd69
commit fec1361c06
2 changed files with 11 additions and 35 deletions

View File

@ -1,6 +1,6 @@
# Getting Started with Create React App # WiseMapping React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). Front end for WiseMapping.Org project.
## Available Scripts ## Available Scripts
@ -39,41 +39,17 @@ Instead, it will copy all the configuration files and the transitive dependencie
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it. You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# Generate I18n resource # Generate I18n resource
## Extract ## Extract
npm run extract -- 'src/*.js' --out-file lang/en.json npm run extract -- 'src/*.js' --out-file lang/en.json
## Compile ## Compile
npm run compile -- lang/en.json --ast --out-file src/compiled-lang/en.json `npm run compile -- lang/en.json --ast --out-file src/compiled-lang/en.json`
npm run compile -- lang/es.json --ast --out-file src/compiled-lang/es.json `npm run compile -- lang/es.json --ast --out-file src/compiled-lang/es.json`
## License
The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”);
You may obtain a copy of the License at: [https://wisemapping.atlassian.net/wiki/display/WS/License]

View File

@ -1,6 +1,6 @@
{ {
"name": "wisemapping-react", "name": "wisemapping-react",
"version": "0.1.0", "version": "0.1.1",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.11.6", "@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2", "@testing-library/react": "^11.2.2",