We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42121c9 commit 02fd652Copy full SHA for 02fd652
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dd-sdk-reactnative",
3
- "version": "1.0.0-alpha1",
+ "version": "1.0.0-alpha2",
4
"description": "A client-side React Native module to interact with Datadog",
5
"keywords": [
6
"datadog",
@@ -29,7 +29,7 @@
29
"!**/__fixtures__",
30
"!**/__mocks__"
31
],
32
- "types": "lib/typescript/src/index.d.ts",
+ "types": "lib/typescript/index.d.ts",
33
"react-native": "src/index",
34
"source": "src/index",
35
"module": "lib/module/index",
0 commit comments