diff --git a/.npmignore b/.npmignore index d1c78fa..99a133d 100644 --- a/.npmignore +++ b/.npmignore @@ -8,7 +8,6 @@ lib/amd diags .gitignore .idea -build.json header.js .anvil component.json diff --git a/build.json b/build.json deleted file mode 100644 index 30e715c..0000000 --- a/build.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "anvil.uglify" : { "all" :true }, - "httpPaths": { - "/": "./" - }, - "output": { - "full": "lib", - "partial": { - "/lib/postal.js" : [ "/example/standard/js", "/example/amd/js/libs/postal" ], - "/lib/postal.min.js" : [ "/example/standard/js", "/example/amd/js/libs/postal" ] - } - }, - "dependencies": [ "anvil.uglify" ] -} \ No newline at end of file