8000 chore: update babel plugin-transform-flow-strip-types · drewjbartlett/nativescript-vue@d240443 · GitHub
[go: up one dir, main page]

Skip to content

Commit d240443

Browse files
committed
chore: update babel plugin-transform-flow-strip-types
1 parent 4b9afde commit d240443

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"env": {
44
"test": {
55
"presets": ["@babel/preset-env"],
6-
"plugins": ["transform-flow-strip-types"]
6+
"plugins": ["@babel/plugin-transform-flow-strip-types"]
77
}
88
}
99
}

__tests__/util/enttity-decoder.test.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"nativescript-hook": "0.2.5"
7171
},
7272
"devDependencies": {
73+
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
7374
"@babel/preset-env": "7.4.4",
7475
"@commitlint/cli": "7.5.2",
7576
"@commitlint/config-conventional": "7.5.0",

0 commit comments

Comments
 (0)
0