1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 08:07:37 +03:00

Add missing SASS package

This commit is contained in:
Yann Hamdaoui 2021-06-29 13:02:06 +02:00
parent 5c7febf1b8
commit 5fb1ff4150
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,8 @@
"react-bootstrap": "^1.5.2",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
"react-helmet": "^6.1.0",
"sass": "^1.35.1"
}
},
"nickel-repl": {
@ -23007,7 +23008,6 @@
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz",
"integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==",
"peer": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
},
@ -45608,7 +45608,6 @@
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz",
"integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==",
"peer": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
}

View File

@ -43,6 +43,7 @@
"react-bootstrap": "^1.5.2",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
"react-helmet": "^6.1.0",
"sass": "^1.35.1"
}
}