Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Use NPM dependency instead of local file (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 authored Oct 20, 2022
1 parent 1a3b9a2 commit a89efe2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 886 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ paths.frame = {
scripts: [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/lazysizes/lazysizes.min.js",
"./scripts/frame/stackblur.min.js",
"node_modules/stackblur-canvas/dist/stackblur.min.js",
"../dist/_frame--javascript.js",
],
};
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"require": "^2.4.20",
"scroll-lock": "^2.1.2",
"spin.js": "^2.3.2",
"sprintf-js": "^1.1.2"
"sprintf-js": "^1.1.2",
"stackblur-canvas": "^2.5.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
Expand Down
Loading

0 comments on commit a89efe2

Please sign in to comment.