Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Helvik committed Oct 20, 2019
1 parent a20a028 commit b140cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@adrianhelvik/vdom",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"module": "src/index.js",
"author": "Adrian Helvik <adrian.helvik@specifique.no>",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
@@ -1,3 +1,5 @@
import createElement from './createElement.js'
import createDiff from './createDiff.js'
import applyDiff from './applyDiff.js'

export { createElement, createDiff, applyDiff }

0 comments on commit b140cb7

Please sign in to comment.