Skip to content

Commit

Permalink
Remove terser from dependencies and move it to devDependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Jun 19, 2019
1 parent 093f0e2 commit ade4757
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dark-mode-toggle",
"version": "0.0.11",
"version": "0.0.12",
"description": "Web Component that toggles dark mode 🌒",
"main": "./src/dark-mode-toggle.mjs",
"browser": "src/dark-mode-toggle.mjs",
Expand Down Expand Up @@ -36,7 +36,8 @@
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
"stylelint-config-standard": "^18.3.0",
"terser": "^4.0.0"
},
"eslintConfig": {
"parserOptions": {
Expand Down Expand Up @@ -75,7 +76,5 @@
]
}
},
"dependencies": {
"terser": "^4.0.0"
}
"dependencies": {}
}

0 comments on commit ade4757

Please sign in to comment.