mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-12 17:13:10 +00:00
Merge pull request #13 from jcreamer898/master
Fix component.json paths
This commit is contained in:
commit
ad23f40efb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "postal.js",
|
||||
"version": "0.7.1",
|
||||
"main": ["lib/postal.min.js", "lib/postal.js"],
|
||||
"main": ["lib/standard/postal.min.js", "lib/standard/postal.js"],
|
||||
"dependencies": {
|
||||
"underscore": "~1.3.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue