Skip to content

Commit 31294ae

Browse files
author
Alex Vernacchia
committed
add npm info for use with webpack
1 parent 16bca22 commit 31294ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dev/**
2+
bower.json

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"humanReadableName": "Postmonger",
44
"description": "An ultra-lightweight Javascript utility for simplified cross-domain messaging.",
55
"version": "0.0.14",
6+
"main": "postmonger.js",
67
"contributors": [
78
{
89
"name": "Kevin Parkerson",
@@ -14,7 +15,6 @@
1415
"type": "git",
1516
"url": "git@github.com:kevinparkerson/postmonger.git"
1617
},
17-
"private": true,
1818
"engines": {
1919
"node": ">=4.4.0"
2020
},

0 commit comments

Comments
 (0)