We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5411336 commit 3968b33Copy full SHA for 3968b33
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "adonis-fullstack-app",
3
- "version": "4.1.0",
+ "name": "adonis-react-app",
+ "version": "2.0.0",
4
"adonis-version": "4.1.0",
5
- "description": "The fullstack application boilerplate for Adonisjs",
+ "description": "An application boilerplate for Adonisjs with a React frontend",
6
"main": "index.js",
7
"scripts": {
8
"start": "cross-env NODE_ENV=production node server.js",
@@ -12,7 +12,8 @@
12
},
13
"keywords": [
14
"adonisjs",
15
- "adonis-app"
+ "adonis-app",
16
+ "adonis-react"
17
],
18
"author": "",
19
"license": "UNLICENSED",
0 commit comments