Skip to content

Commit 62169d9

Browse files
Fix package.json to supporting AoT compilation #36
1 parent bfb80b4 commit 62169d9

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,8 +1,8 @@
11
{
22
"name": "nativescript-local-notifications",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The Local Notifications plugin allows your app to show notifications when the app is not running. Just like remote push notifications, but a few orders of magnitude easier to set up.",
5-
"main" : "local-notifications.js",
5+
"main" : "local-notifications",
66
"typings": "local-notifications.d.ts",
77
"nativescript": {
88
"platforms": {

0 commit comments

Comments
 (0)