Skip to content

Commit

Permalink
DEC-000: Remove Config Viewer (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Feb 7, 2022
1 parent 2723ef5 commit b63241f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
60 changes: 0 additions & 60 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
],
"scripts": {
"build": "webpack --mode=development ",
"build:dev": "webpack --mode=development --config dev/webpack.dev.config.js && npm run config-viewer:export",
"build:dev": "webpack --mode=development --config dev/webpack.dev.config.js",
"publish": "webpack --mode=production",
"package": "webpack --mode=production",
"wind": "tailwindcss build src/css/index.css -o dist/decanter.css",
"config-viewer": "tailwind-config-viewer -o -c tailwind.config.js",
"config-viewer:export": "tailwind-config-viewer export ./dev/dist/viewer",
"lint": "eslint './src'",
"lint:fix": "eslint './src' --fix",
"start": "live-server dev/dist --port=9090 --verbose",
Expand Down Expand Up @@ -66,7 +64,6 @@
"postcss-nested": "^5.0.1",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"tailwind-config-viewer": "^1.5.1",
"tailwindcss": "^2.1.1",
"tailwindcss-debug-screens": "^2.0.0",
"webpack": "^5.8.0",
Expand Down

0 comments on commit b63241f

Please sign in to comment.