Skip to content

Commit

Permalink
uninstall ember-cli-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Feb 6, 2024
1 parent d6312c1 commit 3ab7c91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 231 deletions.
228 changes: 0 additions & 228 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint '**/*.{css,scss}'",
"lint:css": "stylelint '**/*.css'",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "npm run lint:css:fix; npm run lint:hbs:fix; npm run lint:js:fix; npm run lint:intl:fix; npm run lint:prettier:fix",
"lint:hbs": "ember-template-lint .",
Expand Down Expand Up @@ -64,7 +64,6 @@
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-github-pages": "^0.2.2",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sass": "^11.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-load-initializers": "^2.1.2",
Expand All @@ -83,7 +82,6 @@
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"release-it": "^17.0.1",
"sass": "^1.63.6",
"stylelint": "^15.0.3",
"webpack": "^5.89.0"
},
Expand Down
File renamed without changes.

0 comments on commit 3ab7c91

Please sign in to comment.