Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oshimayoan committed May 19, 2020
1 parent cd3ec9a commit 2ff29ae
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions packages/exoflex/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "exoflex",
"version": "2.0.2",
"version": "3.4.0",
"description": "",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": ["lib/"],
"files": [
"lib/"
],
"author": "KodeFox",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -73,8 +75,14 @@
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": ["commonjs", "module", "typescript"],
"files": ["src/"]
"targets": [
"commonjs",
"module",
"typescript"
],
"files": [
"src/"
]
},
"eslintConfig": {
"extends": "kodefox/react-native"
Expand Down

0 comments on commit 2ff29ae

Please sign in to comment.