Skip to content

Commit 20e8d79

Browse files
authored
Merge pull request #28 from snoh666/master
Fix npm run build by adding babel devDep
2 parents dac4e76 + ec10189 commit 20e8d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"devDependencies": {
188188
"@babel/core": "^7.13.0",
189189
"@babel/eslint-parser": "~7.12.1",
190+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
190191
"@babel/plugin-syntax-class-properties": "~7.12.1",
191192
"@babel/plugin-syntax-jsx": "~7.12.1",
192193
"@babel/register": "7.12.10",

0 commit comments

Comments
 (0)