Skip to content

Commit f8a005e

Browse files
committed
chore: Use parcels process suggestion
1 parent d352451 commit f8a005e

File tree

2 files changed

+376
-375
lines changed

2 files changed

+376
-375
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,20 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"dev": "parcel",
99
"clean": "rm -rf dist",
10-
"build": "parcel build src/index.html --public-url ./",
10+
"build": "parcel build src/index.html",
1111
"deploy": "yarn clean && yarn build && surge --domain https://hidden-attribute.surge.sh --project ./dist"
1212
},
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"parcel": "2.3.1"
16+
"parcel": "2.3.2",
17+
"process": "0.11.10"
1718
},
1819
"dependencies": {
1920
"axios": "0.25.0",
2021
"overlayscrollbars": "1.13.1",
2122
"react": "17.0.2",
2223
"react-dom": "17.0.2",
2324
"victory": "36.2.1"
24-
},
25-
"alias": {
26-
"process": {
27-
"global": "process"
28-
}
2925
}
3026
}

0 commit comments

Comments
 (0)