Skip to content

Commit

Permalink
Merge pull request #71 from SonnevilleJ/cross-platform
Browse files Browse the repository at this point in the history
Add http-server for cross-platform compatibility
  • Loading branch information
aniav authored Jun 9, 2024
2 parents f662415 + 44d8355 commit c3d8ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "open http://localhost:3000/ && node server.js",
"start": "http-server --port 3000 -o",
"bs": "browser-sync . -w"
},
"repository": {
Expand All @@ -16,16 +16,14 @@
"ynab",
"csv"
],
"dependencies": {
"express": "^4.18.2"
},
"author": "Ryan Hall",
"license": "MIT",
"bugs": {
"url": "https://github.com/aniav/ynab-csv/issues"
},
"homepage": "https://github.com/aniav/ynab-csv",
"devDependencies": {
"browser-sync": "^2.29.3"
"browser-sync": "^3.0.2",
"http-server": "^14.1.1"
}
}
7 changes: 0 additions & 7 deletions server.js

This file was deleted.

0 comments on commit c3d8ba2

Please sign in to comment.