Skip to content

Commit c03f640

Browse files
updated: dependencies
1 parent 7254ba0 commit c03f640

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ List of the bianco modules to create:
5252
- [x] bianco.query
5353
- [x] bianco.dom-to-array
5454
- [x] bianco.images-loader
55+
- [ ] bianco.monad or bianco.chain?
5556
- [ ] bianco.viewport
5657
- [ ] bianco.pointer
5758
- [ ] ~~bianco.template~~ (why? use es6 template strings instead!)

index.next.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ export {
1313
} from 'bianco.events'
1414

1515
// image helpers
16-
export { loadImage, loadImages, loadImagesGen } from 'bianco.images-loader'
16+
export {
17+
loadImage,
18+
loadImages,
19+
loadImagesGen
20+
} from 'bianco.images-loader'
1721

1822
// attributes helpers
1923
export {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"homepage": "https://github.com/biancojs/bianco#readme",
2929
"devDependencies": {
30-
"jsdom": "9.8.0",
31-
"jsdom-global": "2.1.0",
30+
"jsdom": "9.11.0",
31+
"jsdom-global": "2.1.1",
3232
"rollup-plugin-node-resolve": "^2.0.0"
3333
},
3434
"dependencies": {

0 commit comments

Comments
 (0)