Skip to content

Commit

Permalink
Make sure all exposed paths are properly relative
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdavidson committed May 1, 2020
1 parent 4815008 commit 088d77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -5,9 +5,9 @@
"author": "Max Davidson <davidsonmax@gmail.com>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
Expand Down

0 comments on commit 088d77e

Please sign in to comment.