Skip to content

Commit ca0f05a

Browse files
Update package.json
1 parent db9a6d4 commit ca0f05a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "vanilla",
33
"version": "1.0.0",
4-
"description": "JavaScript example starter project",
5-
"main": "index.html",
4+
"description": "JavaScript projects",
5+
"main": "calculator.html",
66
"scripts": {
7-
"start": "parcel index.html --open",
8-
"build": "parcel build index.html"
7+
"start": "parcel calculator.html --open",
8+
"build": "parcel build calculator.html"
99
},
1010
"dependencies": {},
1111
"devDependencies": {

0 commit comments

Comments
 (0)