Skip to content

Commit

Permalink
moving sass and sass-alias to dependencies. (#1489)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikola Gotsev <[email protected]>
  • Loading branch information
nsgocev and Nikola Gotsev authored May 19, 2023
1 parent 32b42f6 commit bfbc2db
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"dependencies": {
"bootstrap": "^5.1.3",
"font-awesome": "^4.7.0"
},
"devDependencies": {
"sass-alias": "^1.0.5",
"sass": "^1.52.3"
},
"font-awesome": "^4.7.0",
"sass": "^1.52.3",
"sass-alias": "^1.0.5"
},
"scripts": {
"scaffold": "ts-node --project tsconfig.scripts.json scripts/scaffold-component.ts"
}
Expand Down

0 comments on commit bfbc2db

Please sign in to comment.