Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Oct 11, 2023
1 parent 034960b commit 2f5f04e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@leuffen/liscom",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"sass": "./index.scss",
"exports": {
".": "./dist/index.js",
"./loader": "./dist/loader.js"
"./loader": "./dist/loader.js",
"./*": "./"
},
"directories": {
"doc": "docs",
Expand Down

0 comments on commit 2f5f04e

Please sign in to comment.