Skip to content

Commit

Permalink
serve src not dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdroid committed May 4, 2019
1 parent 68898c1 commit b3d9b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rehooks/online-status",
"version": "1.1.1",
"description": "React hook for subscribing to `online`/`offline` events and the `navigator.onLine` property to see current status",
"main": "dist/index.js",
"main": "src/index.js",
"repository": "https://github.com/rehooks/online-status",
"author": "@mathdroid",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"online"
],
"files": [
"dist/index.js"
"src/index.js"
],
"scripts": {
"test": "ava __tests__/test.js",
Expand Down

0 comments on commit b3d9b0f

Please sign in to comment.