Skip to content

Commit 9c1f685

Browse files
committed
deploy to firebase
1 parent 571fa87 commit 9c1f685

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"staging": "patternfly-react-starter"
3+
"staging": "react-static-pf-webcompo-8dd7f"
44
}
55
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Patternfly + React starter kit based on [**React Static Boilerplate**](https://github.com/kriasoft/react-static-boilerplate).
44

5-
**Demo**: https://patternfly-react-starter.firebaseapp.com/  |  **View** [docs](./docs)  |  **Follow us** on
5+
**Demo**: https://react-static-pf-webcompo-8dd7f.firebaseapp.com/  |  **View** [docs](./docs)  |  **Follow us** on
66
[Gitter](https://gitter.im/patternfly/patternfly), [Twitter](https://twitter.com/patternfly_des), and [Slack](https://patternfly.slack.com)  | 
77

88
![Image of PatternFly](https://raw.githubusercontent.com/priley86/patternfly-react-starter/master/icons/patternfly-orb.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "app",
2+
"name": "react-static-pf-webcomponents",
33
"version": "0.0.0",
44
"private": true,
55
"engines": {

public/index.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
1616
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1717
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js"></script>
18+
<script src="//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.23/webcomponents-lite.min.js"></script>
1819
</head>
1920
<body class="cards-pf">
2021
<div id="main"></div>

0 commit comments

Comments
 (0)