Skip to content

Commit 3968b33

Browse files
author
margot
committed
package.json description
1 parent 5411336 commit 3968b33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "adonis-fullstack-app",
3-
"version": "4.1.0",
2+
"name": "adonis-react-app",
3+
"version": "2.0.0",
44
"adonis-version": "4.1.0",
5-
"description": "The fullstack application boilerplate for Adonisjs",
5+
"description": "An application boilerplate for Adonisjs with a React frontend",
66
"main": "index.js",
77
"scripts": {
88
"start": "cross-env NODE_ENV=production node server.js",
@@ -12,7 +12,8 @@
1212
},
1313
"keywords": [
1414
"adonisjs",
15-
"adonis-app"
15+
"adonis-app",
16+
"adonis-react"
1617
],
1718
"author": "",
1819
"license": "UNLICENSED",

0 commit comments

Comments
 (0)