Merge pull request #27906 from DefinitelyTyped/typescript_dependency

fork-ts-checker-webpack-plugin: Fix no-outside-dependencies lint failure
This commit is contained in:
Ron Buckton 2018-08-08 13:24:18 -07:00 committed by GitHub
commit fb3d2f6bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"private": true,
"dependencies": {
"tslint": "*"
"tslint": "*",
"typescript": "*"
}
}