Skip to content

Commit

Permalink
feat(alita): support typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Nov 6, 2019
1 parent 668bc3e commit 9c6a5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"mptemp",
"rn-template",
"rn-polyfill",
"rn-typescript-template",
"package.json",
"README.md"
],
Expand All @@ -19,7 +20,7 @@
"weixin",
"redux"
],
"version": "1.3.0",
"version": "1.3.1-beta.1",
"description": "首个ReactNative转微信小程序引擎",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +52,6 @@
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/plugin-transform-typescript": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/traverse": "^7.1.6",
Expand Down

0 comments on commit 9c6a5e6

Please sign in to comment.