Files
DefinitelyTyped/notNeededPackages.json
Christian Crowhurst 8093f71e55 Add ng-table to the notNeededPackages list (#11856)
* Add ng-table to the notNeededPackages list

* Delete old ng-table external type declarations
2016-10-09 09:51:33 -07:00

22 lines
610 B
JSON

{
"packages": [
{
"libraryName": "Angular 2",
"typingsPackageName": "angular2",
"sourceRepoURL": "https://github.com/angular/angular"
},
{
"libraryName": "Moment",
"typingsPackageName": "moment",
"sourceRepoURL": "https://github.com/moment/moment",
"asOfVersion": "2.13.0"
},
{
"libraryName": "ng-table",
"typingsPackageName": "ng-table",
"sourceRepoURL": "https://github.com/esvit/ng-table",
"asOfVersion": "2.0.1"
}
]
}