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