We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d9664 commit 8ad722dCopy full SHA for 8ad722d
1 file changed
react_frontend/package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "react_frontend",
3
- "version": "1.0.0",
+ "version": "6.1.0",
4
"description": "React frontend for Robotics Academy",
5
- "main": "index.js",
+ "main": "src/index.tsx",
6
"author": "Javier Izquierdo <javizqh@pm.me>",
7
- "license": "MIT",
+ "license": "GPL-3.0-only",
8
"scripts": {
9
"dev": "webpack --mode development --output-path ./static/react_frontend --watch",
10
"build": "webpack --mode production --output-path ./static/react_frontend",
0 commit comments