Skip to content

Commit

Permalink
Temporary fix for optional chaining bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqu committed Sep 30, 2020
1 parent b6523d2 commit 4e0e3da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "jest",
"build": "tsc && copyfiles -u 1 src/template/** dist/",
"lint": "eslint --ext .js,.ts .",
"prepare": "npm run build"
"prepare": "npm run build",
"preinstall": "npx npm-force-resolutions"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -45,5 +46,8 @@
"fs-extra": "^9.0.0",
"pug": "^2.0.4",
"react-docgen": "^5.3.0"
},
"resolutions": {
"ast-types": "^0.14.0"
}
}

0 comments on commit 4e0e3da

Please sign in to comment.