Merge branch 'master' into commonjs-default-export
This commit is contained in:
commit
1b4296cf0b
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Object.defineProperties(is, {
|
|||
}
|
||||
});
|
||||
|
||||
export default is; // tslint:disable-line:no-default-export
|
||||
export default is;
|
||||
|
||||
// For CommonJS default export support
|
||||
module.exports = is;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue