From: Morgan Roderick Date: Wed, 24 Jul 2013 14:36:12 +0000 (+0200) Subject: Add bower.json X-Git-Tag: 2.2.0~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F950%2Fhead;p=thirdparty%2Fmoment.git Add bower.json Eventually Bower is likely to become incompatible with the component.json format, and the warnings will turn to errors when installing with Bower. --- diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..cc83648b5 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "moment", + "version": "2.1.0", + "main": "moment.js", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "tasks", + "component.json", + "composer.json", + "CONTRIBUTING.md", + "ender.js", + "Gruntfile.js", + "package.js", + "package.json" + ] +}