Skip to content

Commit 9d6f9b0

Browse files
committed
add node-sass
1 parent 5363d8e commit 9d6f9b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15+
"@angular/animations": "^4.2.3",
1516
"@angular/common": "^4.2.3",
1617
"@angular/compiler": "^4.2.3",
1718
"@angular/core": "^4.2.3",
1819
"@angular/forms": "^4.2.3",
1920
"@angular/http": "^4.2.3",
20-
"@angular/animations": "^4.2.3",
2121
"@angular/material": "^2.0.0-beta.7",
2222
"@angular/platform-browser": "^4.2.3",
2323
"@angular/platform-browser-dynamic": "^4.2.3",
2424
"@angular/router": "^4.2.3",
2525
"bootstrap": "^3.3.7",
2626
"core-js": "^2.4.1",
2727
"jquery": "3.1.1",
28+
"node-sass": "^4.5.3",
2829
"rxjs": "^5.4.1",
2930
"zone.js": "^0.8.12"
3031
},

0 commit comments

Comments
 (0)