Skip to content

Commit 02fd652

Browse files
committed
Update version to 1.0.0-alpha2
1 parent 42121c9 commit 02fd652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dd-sdk-reactnative",
3-
"version": "1.0.0-alpha1",
3+
"version": "1.0.0-alpha2",
44
"description": "A client-side React Native module to interact with Datadog",
55
"keywords": [
66
"datadog",
@@ -29,7 +29,7 @@
2929
"!**/__fixtures__",
3030
"!**/__mocks__"
3131
],
32-
"types": "lib/typescript/src/index.d.ts",
32+
"types": "lib/typescript/index.d.ts",
3333
"react-native": "src/index",
3434
"source": "src/index",
3535
"module": "lib/module/index",

0 commit comments

Comments
 (0)