]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add bower.json 950/head
authorMorgan Roderick <morgan@roderick.dk>
Wed, 24 Jul 2013 14:36:12 +0000 (16:36 +0200)
committerMorgan Roderick <morgan@roderick.dk>
Wed, 24 Jul 2013 14:36:12 +0000 (16:36 +0200)
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 [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..cc83648
--- /dev/null
@@ -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"
+  ]
+}