Skip to content

Commit

Permalink
ensure server.js is included in the module
Browse files Browse the repository at this point in the history
  • Loading branch information
sometimeskind committed May 16, 2018
1 parent 2d8a831 commit 6dd01b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-manager",
"version": "0.24.0",
"version": "0.24.1",
"description": "Script for managing the lifecycles of multiple apps on a single page",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,8 @@
},
"files": [
"es5",
"dist"
"dist",
"server.js"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 6dd01b9

Please sign in to comment.