Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Update sector_theme folder and remove css as that is compiled
  • Loading branch information
stewest authored Nov 28, 2023
1 parent 11d702a commit b459cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparksi/frontend-tooling",
"packageManager": "[email protected]",
"version": "1.0.15",
"version": "1.0.16",
"description": "Sparks Interactive frontend-tooling. A central place for opens source packages and tools.",
"author": "Sparks Interactive <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -49,10 +49,10 @@
"./web/themes/custom/**/*.{js,ts}": [
"prettier --write"
],
"./web/profiles/contrib/sector-distribution/**/*.{js,ts}": [
"./web/themes/contrib/sector_theme/**/*.{js,ts}": [
"prettier --write"
],
"*.{css,scss}": [
"*.scss": [
"stylelint --fix --allow-empty-input",
"prettier --write"
]
Expand Down

0 comments on commit b459cd5

Please sign in to comment.