Skip to content

Commit 8ad722d

Browse files
committed
Update package
1 parent 62d9664 commit 8ad722d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

react_frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react_frontend",
3-
"version": "1.0.0",
3+
"version": "6.1.0",
44
"description": "React frontend for Robotics Academy",
5-
"main": "index.js",
5+
"main": "src/index.tsx",
66
"author": "Javier Izquierdo <javizqh@pm.me>",
7-
"license": "MIT",
7+
"license": "GPL-3.0-only",
88
"scripts": {
99
"dev": "webpack --mode development --output-path ./static/react_frontend --watch",
1010
"build": "webpack --mode production --output-path ./static/react_frontend",

0 commit comments

Comments
 (0)