Skip to content

Commit db6e51a

Browse files
Merge pull request #65 from jpush/dev
Dev
2 parents eb03773 + f230416 commit db6e51a

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
doc/
2+
ionic/
3+
example/
4+
README.md

ionic/example/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
### JMessage-ionic demo
1+
## JMessage-Ionic demo
2+
3+
### Usage
4+
5+
在终端下执行如下指令:
6+
7+
```
8+
ionic cordova platform add [email protected] # 注意如果 [email protected]+ 需要指定 android-platform 到 7.0.0+ (因为项目结构有所改变)
9+
ionic cordova platform add ios
10+
11+
ionic cordova run ios
12+
# or ionic cordova run ios --device
13+
```
214

ionic/example/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
"@ionic-native/camera": "^4.7.0",
2424
"@ionic-native/core": "4.3.2",
2525
"@ionic-native/file": "^4.7.0",
26-
"@ionic-native/jmessage": "file:../../../workproject/ionic-native/dist/@ionic-native/jmessage",
2726
"@ionic-native/media": "^4.7.0",
2827
"@ionic-native/splash-screen": "4.3.2",
2928
"@ionic-native/status-bar": "4.3.2",
3029
"@ionic/storage": "2.1.3",
31-
"@jiguang-ionic/jmessage": "file:../../../workproject/ionic-native/dist/@ionic-native/jmessage",
30+
"@jiguang-ionic/jmessage": "1.0.1",
3231
"cordova-android": "^7.0.0",
3332
"cordova-ios": "^4.5.4",
3433
"cordova-plugin-camera": "^4.0.3",
@@ -43,7 +42,7 @@
4342
"ionic-plugin-keyboard": "^2.2.1",
4443
"ionicons": "3.0.0",
4544
"jmessage-chenyu": "^1.0.9",
46-
"jmessage-phonegap-plugin": "file:///Users/HuminiOS/Desktop/workproject/jmessage-phonegap-plugin",
45+
"jmessage-phonegap-plugin": "3.4.7",
4746
"rxjs": "5.5.2",
4847
"sw-toolbox": "3.6.0",
4948
"zone.js": "0.8.18"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmessage-phonegap-plugin",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "JMessage Cordova Plugin.",
55
"cordova": {
66
"id": "jmessage-phonegap-plugin",

0 commit comments

Comments
 (0)