We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a6d4 commit ca0f05aCopy full SHA for ca0f05a
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "vanilla",
3
"version": "1.0.0",
4
- "description": "JavaScript example starter project",
5
- "main": "index.html",
+ "description": "JavaScript projects",
+ "main": "calculator.html",
6
"scripts": {
7
- "start": "parcel index.html --open",
8
- "build": "parcel build index.html"
+ "start": "parcel calculator.html --open",
+ "build": "parcel build calculator.html"
9
},
10
"dependencies": {},
11
"devDependencies": {
0 commit comments