Explorar el Código

rename package

Ben Ward hace 3 años
padre
commit
5b6c531e11
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      package.json
  2. 1 1
      src/index.html

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "blank-react-app",
+  "name": "rpg-system",
   "version": "1.0.0",
   "description": "",
   "main": "webpack.config.js",

+ 1 - 1
src/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
  <meta charset="utf-8">
- <title>App</title>
+ <title>Ben's RPG Server</title>
 </head>
 <body>
  <div id="app"></div>