Skip to content

Commit

Permalink
Merge a2373cb into 2758cfb
Browse files Browse the repository at this point in the history
  • Loading branch information
futurfrukt committed Nov 6, 2017
2 parents 2758cfb + a2373cb commit c22fae7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.d.ts
@@ -0,0 +1,4 @@
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -7,6 +7,7 @@
"eslint": "eslint *.js benchmark spec",
"test-spec": "mocha spec/*.spec.js -R spec",
"test-cov": "nyc npm run test-spec",
"test-ts": "tsc --target ES5 --noImplicitAny index.d.ts",
"test": "npm run eslint && npm run test-cov"
},
"repository": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"nyc": "^11.0.2",
"pre-commit": "^1.2.2",
"shallow-equal-fuzzy": "0.0.2",
"typescript": "^2.6.1",
"underscore": "^1.8.3"
},
"nyc": {
Expand All @@ -50,5 +52,6 @@
},
"files": [
"index.js"
]
],
"types": "index.d.ts"
}

0 comments on commit c22fae7

Please sign in to comment.