We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bca22 commit 31294aeCopy full SHA for 31294ae
.npmignore
@@ -0,0 +1,2 @@
1
+dev/**
2
+bower.json
package.json
@@ -3,6 +3,7 @@
3
"humanReadableName": "Postmonger",
4
"description": "An ultra-lightweight Javascript utility for simplified cross-domain messaging.",
5
"version": "0.0.14",
6
+ "main": "postmonger.js",
7
"contributors": [
8
{
9
"name": "Kevin Parkerson",
@@ -14,7 +15,6 @@
14
15
"type": "git",
16
"url": "git@github.com:kevinparkerson/postmonger.git"
17
},
- "private": true,
18
"engines": {
19
"node": ">=4.4.0"
20
0 commit comments