Skip to content

Commit

Permalink
Make package compatible with webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmsaraujo committed Aug 4, 2017
1 parent 9f60f45 commit 6cd7442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nativescript-statusbar",
"version": "3.0.0",
"description": "Provides API for setting the status bar style on iOS",
"main": "statusbar.js",
"main": "statusbar",
"nativescript": {
"platforms": {
"android": "3.0.0",
Expand Down Expand Up @@ -48,4 +48,4 @@
"tns-platform-declarations": "^3.0.0 || ^3.0.0-rc.1",
"typescript": "^2.2.2"
}
}
}

0 comments on commit 6cd7442

Please sign in to comment.