Skip to content

Commit

Permalink
fix syntax error in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developerruhul committed Mar 19, 2021
1 parent 9d2eafe commit 89ed469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html",
"build": "parcel build ./src/index.html"
},
"dependencies": {
"chart.js": "^2.7.3",
Expand Down

0 comments on commit 89ed469

Please sign in to comment.