Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
docs(demo): fix cdn scroll-utility version
Browse files Browse the repository at this point in the history
Using scroll-utility@1, now use @2
  • Loading branch information
davidpa9708 committed Nov 2, 2018
1 parent a5b0da7 commit 96cbfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function config(env: { NODE_ENV?: string } = {}): Configuration {
{
module: "scroll-utility",
entry: {
path: "https://cdn.jsdelivr.net/npm/scroll-utility@1",
path: "https://cdn.jsdelivr.net/npm/scroll-utility@2",
type: "js",
},
global: "ScrollUtility",
Expand Down

0 comments on commit 96cbfc0

Please sign in to comment.