Skip to content

Commit

Permalink
Incremented version & added better esm support
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncBanana committed Nov 8, 2021
1 parent 3b6ab8f commit 6fa6387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "microdiff",
"version": "1.1.1",
"version": "1.1.2",
"description": "Small, fast, zero dependency deep object and array comparison",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
Expand Down

0 comments on commit 6fa6387

Please sign in to comment.