Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 14, 2022
1 parent 24b30ea commit da2307c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/dark-mode",
"version": "1.0.0",
"version": "1.0.1",
"description": "Web Component that toggles dark mode 🌒",
"main": "./main.js",
"browser": "./dist/dark-mode.min.js",
Expand All @@ -9,7 +9,7 @@
"unpkg": "./dist/dark-mode.min.js",
"scripts": {
"clean": "shx rm -rf ./dist && mkdir dist",
"build": "npm run clean && npx terser ./main.js --toplevel --mangle-props regex=\\\"^_\\\" --comments /@license/ --ecma=8 -o ./dist/dark-mode.js"
"build": "npm run clean && npx terser ./main.js --toplevel --mangle-props regex=\\\"^_\\\" --comments /@license/ --ecma=8 -o ./dist/dark-mode.min.js"
},
"author": "jaywcjlove",
"license": "MIT",
Expand Down

0 comments on commit da2307c

Please sign in to comment.