Skip to content

Commit

Permalink
prep: Add exports to package.json; update version (npm publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Mar 30, 2022
1 parent 429bc0e commit 24bc623
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "ndf-web-components",
"version": "1.0.0",
"version": "1.1.0",
"description": "My experimental Web Components | © 2021 Nick Freear.",
"author": "Nick Freear",
"license": "MIT",
"homepage": "https://nfreear.github.io/web-components/demo/",
"repository": "https://github.com/nfreear/web-components.git",
"type": "module",
"main": "index.js",
"exports": {
".": {
"import": "./index.js"
},
"./custom": {
"import": "./custom.js"
}
},
"files": [
"!**/.DS_Store",
"custom.js",
Expand Down

0 comments on commit 24bc623

Please sign in to comment.