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

Commit 9850b83

Browse files
committed
explicitly set private to false
1 parent 2f9358c commit 9850b83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "@codefund/react-api-hook-demo",
2+
"name": "@codefund/react-api-hook-example",
33
"homepage": "https://andrewmcodes.github.io/codefund-react-api-hook",
44
"version": "0.0.1",
55
"license": "MIT",
6+
"private": false,
67
"dependencies": {
78
"@codefund/react-api-hook": "link:..",
89
"react": "link:../node_modules/react",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"main": "dist/index.js",
99
"module": "dist/index.es.js",
1010
"jsnext:main": "dist/index.es.js",
11+
"private": false,
1112
"engines": {
1213
"node": ">=8",
1314
"npm": ">=5"

0 commit comments

Comments
 (0)