Skip to content

Commit

Permalink
Merge pull request #177 from lorengreenfield/deep-diff-import-change
Browse files Browse the repository at this point in the history
changing deep diif import method to suit node 12 + webpack 4 - probably a breaking change for lesser versions
  • Loading branch information
lorengreenfield committed Jun 23, 2019
2 parents a9d1d49 + d587a58 commit ec102da
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 * as deepDiff from 'deep-object-diff'
import 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": "11.1.3",
"version": "12.0.0",
"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 ec102da

Please sign in to comment.