Skip to content

Commit 25427c1

Browse files
committed
chore(): change project information
1 parent 4d1fa34 commit 25427c1

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

config.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.ionicframework.cnodejsionic2309398" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>cnodejs-ionic2</name>
4-
<description>An awesome Ionic/Cordova app.</description>
5-
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
2+
<widget id="com.lanceli.cnodejs" version="3.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name display="CNode社区">CNodeJs</name>
4+
<description>
5+
Ionic app for https://cnodejs.org
6+
</description>
7+
<author email="[email protected]" href="http://github.com/lanceli">
8+
Lance Li
9+
</author>
610
<content src="index.html"/>
711
<access origin="*"/>
812
<allow-navigation href="http://ionic.local/*"/>
@@ -36,4 +40,4 @@
3640
<plugin name="cordova-plugin-statusbar" spec="2.2.1"/>
3741
<plugin name="cordova-plugin-device" spec="1.1.4"/>
3842
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/>
39-
</widget>
43+
</widget>

ionic.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cnodejs-ionic2",
2+
"name": "cnodejs-ionic3",
33
"app_id": "",
44
"v2": true,
55
"typescript": true

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "ionic-hello-world",
3-
"author": "Ionic Framework",
4-
"homepage": "http://ionicframework.com/",
2+
"name": "cnodejs-ionic3",
3+
"version": "3.0.0",
4+
"author": "Lance Li",
5+
"homepage": "https://github.com/lanceli/cnodejs-ionic3",
56
"private": true,
67
"scripts": {
78
"clean": "ionic-app-scripts clean",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" dir="ltr">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Ionic App</title>
5+
<title></title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
77
<meta name="format-detection" content="telephone=no">
88
<meta name="msapplication-tap-highlight" content="no">

0 commit comments

Comments
 (0)