Skip to content

Commit fba9a84

Browse files
update metadata index.html
1 parent eb4b374 commit fba9a84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
"name": "calculator",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "http://about.phamvanlam.com/calculator/",
56
"dependencies": {
7+
"gh-pages": "^1.2.0",
68
"react": "^16.4.2",
79
"react-dom": "^16.4.2",
810
"react-scripts": "1.1.5"
911
},
1012
"scripts": {
13+
"predeploy": "npm run build",
14+
"deploy": "gh-pages -d build",
1115
"start": "react-scripts start",
1216
"build": "react-scripts build",
1317
"test": "react-scripts test --env=jsdom",
1418
"eject": "react-scripts eject"
1519
}
16-
}
20+
}

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="theme-color" content="#000000">
8-
<meta name="description" content="A basic Calculator with five functions for addition, subtraction, division, modulo and multiplication">
8+
<meta name="description" content="A basic Calculator with five functions for addition, subtraction, division, multiplication and modulo operation">
99
<meta name="keywords" content="calculator, create-react-app, react-js">
1010
<!--
1111
manifest.json provides metadata used when your web app is added to the

0 commit comments

Comments
 (0)