Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit d760d20

Browse files
committed
revert version
1 parent d00742c commit d760d20

File tree

2 files changed

+69
-32
lines changed

2 files changed

+69
-32
lines changed

package-lock.json

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "react-native-push-notification",
3-
"version": "3.1.9",
4-
"description": "React Native Local and Remote Notifications",
5-
"main": "index",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"keywords": [
10-
"react-component",
11-
"react-native",
12-
"ios",
13-
"android",
14-
"notifications",
15-
"push",
16-
"apns",
17-
"gcm"
18-
],
19-
"bugs": {
20-
"url": "https://github.com/zo0r/react-native-push-notification/issues"
21-
},
22-
"repository": {
23-
"type": "git",
24-
"url": "git+ssh://git@github.com:zo0r/react-native-push-notification.git"
25-
},
26-
"dependencies": {
27-
"@react-native-community/push-notification-ios": "https://github.com/narender2031/push-notification-ios.git"
28-
},
29-
"peerDependencies": {
30-
"react-native": ">=0.33"
31-
},
32-
"author": "zo0r <http://zo0r.me>",
33-
"license": "MIT"
2+
"name": "react-native-push-notification",
3+
"version": "3.1.9",
4+
"description": "React Native Local and Remote Notifications",
5+
"main": "index",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"react-component",
11+
"react-native",
12+
"ios",
13+
"android",
14+
"notifications",
15+
"push",
16+
"apns",
17+
"gcm"
18+
],
19+
"bugs": {
20+
"url": "https://github.com/zo0r/react-native-push-notification/issues"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+ssh://git@github.com:zo0r/react-native-push-notification.git"
25+
},
26+
"dependencies": {
27+
"@react-native-community/push-notification-ios": "^1.0.1"
28+
},
29+
"peerDependencies": {
30+
"react-native": ">=0.33"
31+
},
32+
"author": "zo0r <http://zo0r.me>",
33+
"license": "MIT"
3434
}

0 commit comments

Comments
 (0)