Skip to content

Commit 02b081a

Browse files
authored
Merge pull request #41 from OneNoteDev/feature/npm-include-built-files-only
Fix npm exports hopefully
2 parents ac8f91b + c79874b commit 02b081a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"name": "onenoteapi",
44
"description": "JavaScript library to make calling the OneNote API easier.",
55
"main": "target/modules/oneNoteApi.js",
@@ -34,5 +34,5 @@
3434
"typescript": "^1.7.3",
3535
"vinyl-source-stream": "^1.1.0"
3636
},
37-
"files": ["README.*", "./target/oneNoteApi.d.ts", "./target/oneNoteApi.js"]
37+
"files": ["README.*", "target/oneNoteApi.d.ts", "target/oneNoteApi.js"]
3838
}

0 commit comments

Comments
 (0)