File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ List of the bianco modules to create:
52
52
- [x] bianco.query
53
53
- [x] bianco.dom-to-array
54
54
- [x] bianco.images-loader
55
+ - [ ] bianco.monad or bianco.chain?
55
56
- [ ] bianco.viewport
56
57
- [ ] bianco.pointer
57
58
- [ ] ~~ bianco.template~~ (why? use es6 template strings instead!)
Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ export {
13
13
} from 'bianco.events'
14
14
15
15
// image helpers
16
- export { loadImage , loadImages , loadImagesGen } from 'bianco.images-loader'
16
+ export {
17
+ loadImage ,
18
+ loadImages ,
19
+ loadImagesGen
20
+ } from 'bianco.images-loader'
17
21
18
22
// attributes helpers
19
23
export {
Original file line number Diff line number Diff line change 27
27
},
28
28
"homepage" : " https://github.com/biancojs/bianco#readme" ,
29
29
"devDependencies" : {
30
- "jsdom" : " 9.8 .0" ,
31
- "jsdom-global" : " 2.1.0 " ,
30
+ "jsdom" : " 9.11 .0" ,
31
+ "jsdom-global" : " 2.1.1 " ,
32
32
"rollup-plugin-node-resolve" : " ^2.0.0"
33
33
},
34
34
"dependencies" : {
You can’t perform that action at this time.
0 commit comments