aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/moment/package.js')
-rw-r--r--library/moment/package.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/moment/package.js b/library/moment/package.js
new file mode 100644
index 000000000..aba8d502e
--- /dev/null
+++ b/library/moment/package.js
@@ -0,0 +1,11 @@
+var profile = {
+ resourceTags: {
+ ignore: function(filename, mid){
+ // only include moment/moment
+ return mid != "moment/moment";
+ },
+ amd: function(filename, mid){
+ return /\.js$/.test(filename);
+ }
+ }
+};