Skip to content

Commit a521078

Browse files
authored
Merge pull request #42 from OneNoteDev/feature/clean-up-new-build
Up npm minor version. Clean up uneeded d.ts declaration.
2 parents 02b081a + 7db02e4 commit a521078

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.0.3",
33
"name": "onenoteapi",
44
"description": "JavaScript library to make calling the OneNote API easier.",
55
"main": "target/modules/oneNoteApi.js",

src/oneNoteApi.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,3 @@ declare namespace OneNoteApi {
200200
public static getDepthOfParent(parent: SectionParent): number;
201201
}
202202
}
203-
204-
declare module "oneNoteApi" {
205-
export = OneNoteApi;
206-
}

target/oneNoteApi.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,3 @@ declare namespace OneNoteApi {
200200
public static getDepthOfParent(parent: SectionParent): number;
201201
}
202202
}
203-
204-
declare module "oneNoteApi" {
205-
export = OneNoteApi;
206-
}

0 commit comments

Comments
 (0)