Skip to content

Commit 5456529

Browse files
committed
reorganized file paths
1 parent 6a67639 commit 5456529

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+109
-5
lines changed

level-editor/.gitignore .gitignore

File renamed without changes.

level-editor/Procfile Procfile

File renamed without changes.

level-editor/README.md README.md

File renamed without changes.
File renamed without changes.

level-editor/package-lock.json package-lock.json

+103-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

level-editor/package.json package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "level-editor",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": ".",
5+
"homepage": "http://rmz38.github.io/level-editor",
66
"dependencies": {
77
"@testing-library/jest-dom": "^4.2.4",
88
"@testing-library/react": "^9.3.2",
@@ -38,7 +38,9 @@
3838
"eject": "react-scripts eject",
3939
"electron": "electron .",
4040
"electron-start": "node ./electron-wait-react",
41-
"react-start": "react-scripts start"
41+
"react-start": "react-scripts start",
42+
"predeploy": "npm run build",
43+
"deploy": "gh-pages -d build"
4244
},
4345
"eslintConfig": {
4446
"extends": "react-app"
@@ -59,6 +61,7 @@
5961
"cross-env": "^7.0.2",
6062
"electron": "^8.2.1",
6163
"electron-react-devtools": "^0.5.3",
62-
"foreman": "^3.0.1"
64+
"foreman": "^3.0.1",
65+
"gh-pages": "^2.2.0"
6366
}
6467
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

level-editor/yarn.lock yarn.lock

File renamed without changes.

0 commit comments

Comments
 (0)