Skip to content

Commit 6410cdf

Browse files
committed
updated README.md and added deployment script
1 parent 233a6c2 commit 6410cdf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# AngularJs + React + Webpack
22

3+
[![Build Status](https://semaphoreci.com/api/v1/nimjetushar/angularjs-react/branches/master/shields_badge.svg)](https://semaphoreci.com/nimjetushar/angularjs-react)
34
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9ef9fd1b6102481597e7e3b5c9e0a3dd)](https://www.codacy.com/app/tushar/angularjs-react?utm_source=github.com&utm_medium=referral&utm_content=nimjetushar/angularjs-react&utm_campaign=Badge_Grade)
4-
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/nimjetushar/angularjs-react)
55
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=nimjetushar/angularjs-react)](https://dependabot.com)
6-
[![Build Status](https://semaphoreci.com/api/v1/nimjetushar/angularjs-react/branches/master/shields_badge.svg)](https://semaphoreci.com/nimjetushar/angularjs-react)
6+
<br/>
7+
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/nimjetushar/angularjs-react)
78

89
Angularjs integration with react
910

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"lint": "eslint --ext .js,.jsx src/**",
1010
"test": "jest --coverage --u",
1111
"test:watch": "jest --coverage --watchAll",
12-
"test:updateSnapshot": "jest --updateSnapshot"
12+
"test:updateSnapshot": "jest --updateSnapshot",
13+
"deploy": "gh-pages -d dist"
1314
},
1415
"repository": {
1516
"type": "git",
@@ -54,6 +55,7 @@
5455
"eslint": "5.15.2",
5556
"eslint-plugin-react": "7.12.4",
5657
"file-loader": "3.0.1",
58+
"gh-pages": "^2.0.1",
5759
"html-loader": "0.5.5",
5860
"html-webpack-plugin": "3.2.0",
5961
"jest": "24.5.0",
@@ -63,8 +65,8 @@
6365
"optimize-css-assets-webpack-plugin": "5.0.1",
6466
"sass-loader": "7.1.0",
6567
"style-loader": "0.23.1",
66-
"webpack-cli": "3.3.0",
6768
"webpack": "4.29.6",
69+
"webpack-cli": "3.3.0",
6870
"webpack-dev-server": "3.2.1",
6971
"webpack-merge": "4.2.1"
7072
}

0 commit comments

Comments
 (0)