Skip to content

Commit 3c5d224

Browse files
committed
explicitly add acorn as a dependency
1 parent 72e8419 commit 3c5d224

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@rescript/core": "^1.3.0",
2424
"@rescript/react": "^0.12.0-alpha.3",
2525
"@rescript/tools": "^0.5.0",
26+
"acorn": "^8.11.3",
2627
"codemirror": "^5.54.0",
2728
"docson": "^2.1.0",
2829
"escodegen": "^2.1.0",
@@ -72,4 +73,4 @@
7273
"simple-functional-loader": "^1.2.1",
7374
"tailwindcss": "^3.3.3"
7475
}
75-
}
76+
}

0 commit comments

Comments
 (0)