Skip to content

Commit

Permalink
Change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bron Thulke committed Jun 30, 2024
1 parent b5ab357 commit 8a7dc79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Simple tool for determining a radius from your home",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "webpack-dev-server --mode=development --config webpack.config.js",
"watch": "webpack --watch",
Expand Down
5 changes: 0 additions & 5 deletions staticwebapp.config.json

This file was deleted.

1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
}),
new CopyPlugin({
patterns: [
{ from: 'staticwebapp.config.json', to: '.' },
{ from: 'radius-checker.png', to: '.' },
{ from: 'assets', to: './assets' },
],
Expand Down

0 comments on commit 8a7dc79

Please sign in to comment.