Skip to content

Commit

Permalink
replace hyperx-temp with hyperx now that the package is updated with …
Browse files Browse the repository at this point in the history
…bug fixes
  • Loading branch information
mreinstein committed Nov 2, 2023
1 parent 9225bac commit 68dcbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create.js
Original file line number Diff line number Diff line change
@@ -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'


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 68dcbfa

Please sign in to comment.