Skip to content

Commit 210985d

Browse files
committed
Bump version to 1.0.5
1 parent 1dddb7c commit 210985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.4",
55
"description": "The \"testDiff\" deep diff/test function from Differentia.js, ported to TypeScript. Returns true if input 1 differs in any way from input 2. Performs deep object search by default, works OK with circular references.",
66
"main": "dist/index.js",
7-
"types": "./dist/index.d.ts",
7+
"types": "dist/index.d.ts",
88
"scripts": {
99
"test": "npm run build",
1010
"build": "tsc src/index.ts src/lib/unitTest.ts --module es6 --lib es6 --outDir dist/ && cp src/index.d.ts dist/ && node test.mjs"

0 commit comments

Comments
 (0)