From 5732e098482849287802464fc8b034b141ae9b5d Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Wed, 24 Jul 2013 16:36:12 +0200 Subject: [PATCH] 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. --- bower.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bower.json 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" + ] +} -- 2.47.2