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

Commit

Permalink
snabbdom version ~0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Mar 22, 2017
1 parent 7788cfd commit ca24745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"snabbdom": "~0",
"snabbdom": "~0.6.6",
"socket.io": "1.4.6",
"webpack": "^1.12.12"
},
"peerDependencies": {
"snabbdom": "~0"
"snabbdom": "~0.6.6"
},
"dependencies": {
"html-parse-stringify2": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions test/nodejs_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
const expect = require('chai').expect;
const virtualizeString = require('../strings').default;
const virtualizeNodes = require('../nodes').default;
const h = require('snabbdom/h');
const { h } = require('snabbdom/h');
const jsdom = require('jsdom').jsdom;
const extendVnode = require('./lib/helpers').extendVnode;
const VNode = require('snabbdom/vnode');
const { vnode: VNode } = require('snabbdom/vnode');


const opts = { context: (typeof document != 'undefined') ? document : jsdom('<html></html>') };
Expand Down

0 comments on commit ca24745

Please sign in to comment.