mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added simplesignal and prando to notNeededPackages.json
As per https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html instructions under "Publicize your declaration file", this adds references to two of my projects to the list of NPM packages that do not need declaration types. The packages themselves already ship with their own `.d.ts` file, and their `types` declared within `packages.json`.
This commit is contained in:
@@ -52,6 +52,18 @@
|
||||
"typingsPackageName": "typescript-services",
|
||||
"sourceRepoURL": "https://github.com/Microsoft/TypeScript",
|
||||
"asOfVersion": "2.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "Prando",
|
||||
"typingsPackageName": "prando",
|
||||
"sourceRepoURL": "https://github.com/zeh/prando",
|
||||
"asOfVersion": "1.0.0"
|
||||
},
|
||||
{
|
||||
"libraryName": "SimpleSignal",
|
||||
"typingsPackageName": "simplesignal",
|
||||
"sourceRepoURL": "https://github.com/zeh/simplesignal",
|
||||
"asOfVersion": "1.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user