Skip to content

Commit

Permalink
link to git, proper import export
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Oct 27, 2020
1 parent c0d7e23 commit f7d5794
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@
"stringify"
],
"license": "MIT",
"main": "dist/index.js",
"module": "src/index.mjs",
"main": "./dist/index.js",
"exports": {
"import": "./src/index.js",
"require": "./dist/index.js",
"browser": null,
"deno": null
},
"files": [
"dist",
"src",
Expand Down Expand Up @@ -73,5 +78,9 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/GrosSacASac/grossacasacs-left-phalange.git"
}
}

0 comments on commit f7d5794

Please sign in to comment.