mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-21 05:11:52 +00:00
Updated build.json with dependency list and removed port assignment for anvil.http
This commit is contained in:
parent
5c2727acfd
commit
31675a7d1c
1 changed files with 2 additions and 3 deletions
|
|
@ -5,8 +5,7 @@
|
|||
"anvil.http": {
|
||||
"paths": {
|
||||
"/": "./"
|
||||
},
|
||||
"port" : 8080
|
||||
}
|
||||
},
|
||||
"anvil.jshint" : {
|
||||
"all": true
|
||||
|
|
@ -18,5 +17,5 @@
|
|||
"/node/postal.js" : "./example/node/messaging"
|
||||
}
|
||||
},
|
||||
"dependencies": [ "anvil.http", "anvil.uglify" ]
|
||||
"dependencies": [ "anvil.http", "anvil.uglify", "anvil.jshint" ]
|
||||
}
|
||||
Loading…
Reference in a new issue