diff --git a/create.js b/create.js index 9068109..c700ef9 100644 --- a/create.js +++ b/create.js @@ -1,5 +1,5 @@ import { init, thunk, h } from 'snabbdom' -import hyperx from 'hyperx-tmp' +import hyperx from 'hyperx' import isBoolAttribute from 'is-boolean-attribute' diff --git a/package.json b/package.json index 5a67f55..4760380 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "tape": "^5.2.2" }, "dependencies": { - "hyperx-tmp": "^2.5.4", + "hyperx": "^3.0.0", "is-boolean-attribute": "^0.0.1", "snabbdom": "^3.0.3" },