diff --git a/package.json b/package.json index 22e3e1d..1fcc978 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "del-cli": "^1.1.0", "jsdom": "^9.12.0", "tslint": "^5.8.0", - "tslint-xo": "^0.2.1", + "tslint-xo": "^0.2.2", "typescript": "^2.6.1" }, "types": "dist/index.d.ts" diff --git a/source/index.ts b/source/index.ts index 3bf75ff..86e7ca4 100644 --- a/source/index.ts +++ b/source/index.ts @@ -246,4 +246,4 @@ Object.defineProperties(is, { } }); -export default is; // tslint:disable-line:no-default-export +export default is;