Update project name
This commit is contained in:
parent
c486b4c567
commit
a6616f5f21
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>codecities</title>
|
<title>CodeWanderer</title>
|
||||||
<link rel="stylesheet" href="./styles.scss" />
|
<link rel="stylesheet" href="./styles.scss" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "codecities",
|
"name": "CodeWanderer",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "git@github.com:dennisschoepf/codecities.git",
|
"repository": "git@github.com:dennisschoepf/codewanderer.git",
|
||||||
"author": "Dennis Schoepf <dennis@schoepf.co>",
|
"author": "Dennis Schoepf <dennis@schoepf.co>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Reference in a new issue