Skip to content

Commit d46d9b2

Browse files
committed
chore(babel-plugin-flow-runtime): unbump version, need to use lerna to do this
1 parent 6209f85 commit d46d9b2

File tree

2 files changed

+1901
-54
lines changed

2 files changed

+1901
-54
lines changed

packages/babel-plugin-flow-runtime/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "babel-plugin-flow-runtime",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.20.0",
5+
"version": "0.19.0",
66
"description": "Transforms flow type annotations into flow-runtime types, optionally adds runtime type validation to annotated code.",
77
"main": "babel-plugin-flow-runtime.js",
88
"scripts": {
@@ -49,7 +49,8 @@
4949
"@babel/traverse": "^7.0.0",
5050
"@babel/types": "^7.0.0",
5151
"camelcase": "^3.0.0",
52-
"flow-config-parser": "^0.3.0"
52+
"flow-config-parser": "^0.3.0",
53+
"lerna": "^3.22.1"
5354
},
5455
"eslintConfig": {
5556
"extends": "./config/eslint.js"

0 commit comments

Comments
 (0)