codependency: Remove 'package.json' (#14103)

This commit is contained in:
Andy 2017-01-18 14:46:36 -08:00 committed by Mohamed Hegazy
parent 728bd4841d
commit d26ba1fb9c
3 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Type definitions for codependency v0.1.3
// Type definitions for codependency 0.1
// Project: https://github.com/Wizcorp/codependency
// Definitions by: Morgan Benton <https://github.com/morphatic>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"@types/node": "^6.0.0"
}
}

1
codependency/tslint.json Normal file
View File

@ -0,0 +1 @@
{ "extends": "../tslint.json" }