Skip to content

Commit 2246905

Browse files
committed
Using React Js
1 parent 000c9ed commit 2246905

2 files changed

Lines changed: 129 additions & 1 deletion

File tree

package-lock.json

Lines changed: 122 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"homepage": "https://hcoder-404.github.io/textutils-with-ReactJs",
23
"name": "my-app",
34
"version": "0.1.0",
45
"private": true,
@@ -12,7 +13,9 @@
1213
"react-scripts": "5.0.1",
1314
"web-vitals": "^2.1.4"
1415
},
15-
"scripts": {
16+
"scripts":{
17+
"predeploy": "npm run build",
18+
"deploy": "gh-pages -d build",
1619
"start": "react-scripts start",
1720
"build": "react-scripts build",
1821
"test": "react-scripts test",
@@ -35,5 +38,8 @@
3538
"last 1 firefox version",
3639
"last 1 safari version"
3740
]
41+
},
42+
"devDependencies": {
43+
"gh-pages": "^6.3.0"
3844
}
3945
}

0 commit comments

Comments
 (0)