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:
zeh fernando
2016-11-19 14:27:45 -05:00
committed by GitHub
parent fa613a1b42
commit 55b5cd8a21
+12
View File
@@ -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"
}
]
}