Skip to content

Commit

Permalink
minor edits to package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchiudev committed Nov 13, 2020
1 parent 7098b1a commit 9bce231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "TODO",
"version": "1.0.0",
"description": "_{This is a detailed description of your application. Its purpose and usage. Give as much detail as needed to explain what the application does, and any other information you want users or other developers to have. }_",
"main": "main.js",
"description": "",
"main": "main.js",
"scripts": {
"build": "webpack --mode development",
"start": "npm run build & webpack-dev-server --open --mode development",
Expand Down

0 comments on commit 9bce231

Please sign in to comment.