Skip to content

Commit

Permalink
Fix types directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zpv committed Feb 22, 2021
1 parent aff0f76 commit 5d3addc
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
@@ -1,7 +1,7 @@
{
"name": "react-native-cfddlc",
"title": "react-native-cfddlc",
"version": "0.0.8",
"version": "0.0.9",
"description": "React Native module for cfd-dlc",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/atomicfinance/react-native-cfddlc/issues"
},
"homepage": "https://github.com/atomicfinance/react-native-cfddlc#readme",
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/index.d.ts",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down

0 comments on commit 5d3addc

Please sign in to comment.