File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ npm install @glidejs/glide
29
29
30
30
``` html
31
31
<!-- Required Core stylesheet -->
32
- <link rel =" stylesheet" href =" node_modules/glidejs/dist/css/glide.core.min.css" >
32
+ <link rel =" stylesheet" href =" node_modules/@ glidejs/glide /dist/css/glide.core.min.css" >
33
33
34
34
<!-- Optional Theme stylesheet -->
35
- <link rel =" stylesheet" href =" node_modules/glidejs/dist/css/glide.theme.min.css" >
35
+ <link rel =" stylesheet" href =" node_modules/@ glidejs/glide /dist/css/glide.theme.min.css" >
36
36
```
37
37
38
38
... then, prepare a little bit of necessary markup ...
@@ -52,15 +52,15 @@ npm install @glidejs/glide
52
52
... and finally, initialize and mount a Glide.
53
53
54
54
``` js
55
- import Glide from ' glidejs'
55
+ import Glide from ' @ glidejs/glide '
56
56
57
57
new Glide (' .glide' ).mount ()
58
58
```
59
59
60
60
Need a few selected modules? Import and mount only what you need.
61
61
62
62
``` js
63
- import { Glide , Controls , Breakpoints } from ' glidejs/dist/glide.modular.esm'
63
+ import { Glide , Controls , Breakpoints } from ' @ glidejs/glide /dist/glide.modular.esm'
64
64
65
65
new Glide (' .glide' ).mount ({ Controls, Breakpoints })
66
66
```
Original file line number Diff line number Diff line change 40
40
},
41
41
"devDependencies" : {
42
42
"babel-core" : " ^6.26.0" ,
43
- "babel-jest" : " ^22.0.6 " ,
43
+ "babel-jest" : " ^22.4.3 " ,
44
44
"babel-plugin-external-helpers" : " ^6.22.0" ,
45
45
"babel-plugin-transform-object-assign" : " ^6.22.0" ,
46
46
"babel-preset-env" : " ^1.6.1" ,
47
- "eslint" : " ^4.15.0 " ,
47
+ "eslint" : " ^4.19.1 " ,
48
48
"eslint-config-standard" : " ^10.2.1" ,
49
- "eslint-plugin-import" : " ^2.9 .0" ,
49
+ "eslint-plugin-import" : " ^2.10 .0" ,
50
50
"eslint-plugin-node" : " ^6.0.1" ,
51
- "eslint-plugin-promise" : " >=3.5 .0" ,
51
+ "eslint-plugin-promise" : " ^3.7 .0" ,
52
52
"eslint-plugin-standard" : " >=3.0.0" ,
53
- "jest" : " ^22.0.6 " ,
54
- "node-sass" : " ^4.7.2 " ,
53
+ "jest" : " ^22.4.3 " ,
54
+ "node-sass" : " ^4.8.3 " ,
55
55
"npm-watch" : " ^0.2.0" ,
56
56
"rollup" : " ^0.48.2" ,
57
57
"rollup-plugin-babel" : " ^3.0.3" ,
58
58
"rollup-plugin-uglify" : " ^2.0.1" ,
59
59
"stylelint" : " ^8.4.0" ,
60
60
"stylelint-config-standard" : " ^17.0.0" ,
61
- "stylelint-scss" : " ^2.2 .0"
61
+ "stylelint-scss" : " ^2.5 .0"
62
62
},
63
63
"bugs" : {
64
64
"url" : " https://github.com/jedrzejchalubek/glidejs/issues"
You can’t perform that action at this time.
0 commit comments