Skip to content

Commit

Permalink
Reverted the way deep diff is imported. Must have been a bug in earli…
Browse files Browse the repository at this point in the history
…er node 12.
  • Loading branch information
lorengreenfield committed Jul 13, 2019
1 parent ec102da commit d31768b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion halfcab.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import eventEmitter from './eventEmitter'
import qs from 'qs'
import LRU from 'nanolru'
import Component from 'nanocomponent'
import deepDiff from 'deep-object-diff'
import * as deepDiff from 'deep-object-diff'
import clone from 'fast-clone'

const {AllHtmlEntities} = htmlEntities
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halfcab",
"version": "12.0.0",
"version": "12.0.1",
"type": "module",
"description": "A simple universal JavaScript framework focused on making use of es2015 template strings to build components.",
"main": "halfcab.mjs",
Expand Down

0 comments on commit d31768b

Please sign in to comment.