We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02b081a + 7db02e4 commit a521078Copy full SHA for a521078
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.2",
+ "version": "1.0.3",
3
"name": "onenoteapi",
4
"description": "JavaScript library to make calling the OneNote API easier.",
5
"main": "target/modules/oneNoteApi.js",
src/oneNoteApi.d.ts
@@ -200,7 +200,3 @@ declare namespace OneNoteApi {
200
public static getDepthOfParent(parent: SectionParent): number;
201
}
202
203
-
204
-declare module "oneNoteApi" {
205
- export = OneNoteApi;
206
-}
target/oneNoteApi.d.ts
0 commit comments