-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving package.json to root and making things a bit more release ready.
- Loading branch information
1 parent
310aef9
commit dc13fac
Showing
9 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "WebMap", | ||
"description": "testing...", | ||
"website_url": "https://github.com/kylepaulsen/", | ||
"description": "A Valheim dedicated server mod to host a web accessible map.", | ||
"website_url": "https://github.com/kylepaulsen/ValheimWebMap", | ||
"version_number": "1.0.0", | ||
"dependencies": [] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"version": "1.0.0", | ||
"description": "A Valheim map viewer for the browser", | ||
"scripts": { | ||
"build": "webpack ./web-src/index.js -o ./web --mode development", | ||
"build-prod": "webpack ./web-src/index.js -o ./web --mode production" | ||
"build": "webpack ./WebMap/web-src/index.js -o ./WebMap/web --mode development", | ||
"build-prod": "webpack ./WebMap/web-src/index.js -o ./WebMap/web --mode production" | ||
}, | ||
"author": "Kyle Paulsen <[email protected]>", | ||
"license": "ISC", | ||
|