Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit a46f62e

Browse files
committed
minor changes prior to push
1 parent fcb89e2 commit a46f62e

File tree

4 files changed

+3
-34
lines changed

4 files changed

+3
-34
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefund/react-api-hook-example",
3-
"homepage": "https://andrewmcodes.github.io/@codefund/react-api-hook",
3+
"homepage": "https://andrewmcodes.github.io/codefund-react-api-hook",
44
"version": "0.0.0",
55
"license": "MIT",
66
"private": true,

example/src/Ad.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

example/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react'
22
import { useCodeFundAd } from '@codefund/react-api-hook'
33

4+
// TODO
45
const App = () => {
56
const { ad, loading, error } = useCodeFundAd('0')
67
return <Ad adMarkup={ad} loadingState={loading} errorMessage={error} />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeFund.io API hook for React.js",
55
"author": "andrewmcodes",
66
"license": "MIT",
7-
"repository": "andrewmcodes/react-api-hook",
7+
"repository": "andrewmcodes/codefund-react-api-hook",
88
"main": "dist/index.js",
99
"module": "dist/index.es.js",
1010
"jsnext:main": "dist/index.es.js",

0 commit comments

Comments
 (0)