mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Cleaning up build and npm files
This commit is contained in:
parent
674332d115
commit
39454e8d02
3 changed files with 9 additions and 9 deletions
11
.npmignore
11
.npmignore
|
|
@ -1,12 +1,13 @@
|
|||
build-browser-diags.json
|
||||
build-browser.json
|
||||
build-all.sh
|
||||
nodetesthost.js
|
||||
example
|
||||
node_modules
|
||||
spec
|
||||
src
|
||||
ext
|
||||
lib/browser
|
||||
lib/standard
|
||||
lib/amd
|
||||
diags
|
||||
diags
|
||||
.gitignore
|
||||
.idea
|
||||
build.json
|
||||
header.js
|
||||
|
|
@ -12,8 +12,7 @@
|
|||
"full": "lib",
|
||||
"partial": {
|
||||
"/standard/postal.*": "./example/standard/js",
|
||||
"/amd/postal.*": "./example/amd/js/libs/postal",
|
||||
"/amd/postal.*": "./example/node/client/js/lib",
|
||||
"/amd/postal.*": [ "./example/amd/js/libs/postal", "./example/node/client/js/lib" ],
|
||||
"/node/postal.js": "./example/node/messaging"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
"email" : "PleaseJustUseTheIssuesPage@github.com",
|
||||
"url" : "http://github.com/ifandelse/postal.js/issues"
|
||||
},
|
||||
"directories" : { "lib" : "./" },
|
||||
"main" : "./postal.js",
|
||||
"directories" : { "lib" : "./lib/node" },
|
||||
"main" : "postal.js",
|
||||
"engines" : {
|
||||
"node" : ">=0.4.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue