Skip to content

Commit 9ae0355

Browse files
author
Ari
committed
Added link to examples site and removed invariant
1 parent 0605b62 commit 9ae0355

File tree

5 files changed

+87
-1
lines changed

5 files changed

+87
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ npm-debug.log
88
node_modules
99
.env
1010
public/
11+
dist/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:
1616
testwatch:
1717
npm run test-watch
1818

19-
example:
19+
example: build
2020
npm run build
2121

2222
publish_pages: example

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ export default GoogleApiWrapper({
8686

8787
![](http://d.pr/i/C7qr.png)
8888

89+
## Examples
90+
91+
Check out the example site at: [http://fullstackreact.github.io/google-maps-react](fullstackreact.github.io/google-maps-react)
92+
8993
## Additional Map Props
9094
The Map component takes a number of optional props.
9195

package-lock.json

Lines changed: 80 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"eslint-plugin-babel": "^3.1.0",
4949
"eslint-plugin-react": "^5.1.1",
5050
"file-loader": "^0.8.5",
51+
"gh-pages": "^1.1.0",
5152
"highlight.js": "^9.3.0",
5253
"history": "^3.0.0",
5354
"hjs-webpack": "^8.1.0",

0 commit comments

Comments
 (0)