Skip to content

Commit 9255128

Browse files
Bump node-sass from 4.13.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.13.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86429d6 commit 9255128

File tree

3 files changed

+675
-463
lines changed

3 files changed

+675
-463
lines changed

assets/stylesheet/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ button, a {
468468
//http://data.undp.org/resource/myer-egms.json
469469

470470
// unsplash api
471-
//fetch("https://api.unsplash.com/photos/?client_id=94eefc493013f829aa2a14ce2ec9b443781a11ea9c1fde12c007a9d0cf817598").then(r=>r.json()).then(d => a.push(d));
471+
//fetch("https://api.unsplash.com/photos/?client_id=CLIENT_ID").then(r=>r.json()).then(d => a.push(d));

0 commit comments

Comments
 (0)