Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove charcodes and add babel install to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 8, 2021
1 parent ade78a3 commit 23ced32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@types/typescript": "^2.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"charcodes": "^0.2.0",
"codecov": "^3.2.0",
"flow-bin": "^0.98.0",
"husky": "^1.3.1",
Expand All @@ -51,7 +50,7 @@
"webpack-cli": "^4.5.0"
},
"scripts": {
"prepare": "git submodule update --init --recursive",
"prepare": "git submodule update --init --recursive && cd babel && yarn install && cd ..",
"prepublishOnly": "webpack build",
"build": "webpack build",
"type-check": "tsc --project tsconfig.json",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1951,11 +1951,6 @@ char-regex@^1.0.2:
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==

charcodes@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/charcodes/-/charcodes-0.2.0.tgz#5208d327e6cc05f99eb80ffc814707572d1f14e4"
integrity sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==

chrome-trace-event@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
Expand Down

0 comments on commit 23ced32

Please sign in to comment.