Skip to content

Commit 54e7812

Browse files
committed
Switch from parcel to parcel-bundler
1 parent a744260 commit 54e7812

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

client/package-lock.json

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"parcel": "^1.12.4",
4+
"parcel-bundler": "^1.12.4",
55
"purescript": "^0.13.8",
66
"spago": "^0.15.3",
7-
"uuid-validate": "^0.0.3"
7+
"uuid-validate": "^0.0.3",
8+
"node-forge": ">=0.10.0"
89
},
910
"scripts": {
1011
"build": "spago build",

0 commit comments

Comments
 (0)