Skip to content

Commit

Permalink
added exports and incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncBanana committed Nov 5, 2021
1 parent ca51b2c commit 30fcdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "microdiff",
"version": "1.0.1",
"version": "1.0.2",
"description": "Small, fast, zero dependency deep object and array comparison",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc && prettier -w dist/*",
"test": "npm run build && uvu tests",
Expand Down

0 comments on commit 30fcdf0

Please sign in to comment.