Skip to content

Commit bdcdb99

Browse files
authored
Merge pull request #1431 from DaveTheFrontEndDev/fix/missing-required-attribute-summary
fix: Updated package.json to fix podspec build issue (#1211)
2 parents 2462b6f + e718a56 commit bdcdb99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/reactnative/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@pushprotocol/react-native-sdk",
3+
"description": "PushProtocol SDK for React Native",
34
"version": "1.1.2",
45
"main": "lib/commonjs/index",
56
"module": "lib/module/index",
@@ -201,4 +202,4 @@
201202
"os": "react-native-os",
202203
"stream": "stream-browserify"
203204
}
204-
}
205+
}

0 commit comments

Comments
 (0)