diff options
Diffstat (limited to 'node_modules/moment/package.js')
-rw-r--r-- | node_modules/moment/package.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/moment/package.js b/node_modules/moment/package.js new file mode 100644 index 0000000..aba8d50 --- /dev/null +++ b/node_modules/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); + } + } +}; |