Skip to content

Commit

Permalink
fix(browser-sample): add typescript to browser-sample dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed May 19, 2022
1 parent 58b2ef0 commit 756283c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 158 deletions.
3 changes: 2 additions & 1 deletion packages/browser-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"process": "^0.11.10",
"stylelint": "^14.8.2"
"stylelint": "^14.8.2",
"typescript": "^4.6.2"
},
"eslintConfig": {
"extends": "@silverhand",
Expand Down
163 changes: 6 additions & 157 deletions pnpm-lock.yaml

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

0 comments on commit 756283c

Please sign in to comment.