Skip to content

Commit

Permalink
chore: disable loglevel silent
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 26, 2023
1 parent 3076220 commit 2b8c43e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
loglevel=silent
only=production
unsafe-perm=true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
},
"type": "module",
"main": "main.js",
"exports": "./dest/main.js",
"exports":{
"./dest/*": "./dest/*",
"./src/*": "./src/*"
},
"author": "Michal Orlik <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 2b8c43e

Please sign in to comment.