diff options
Diffstat (limited to 'bower_components/moment/templates/amd.js')
| -rw-r--r-- | bower_components/moment/templates/amd.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bower_components/moment/templates/amd.js b/bower_components/moment/templates/amd.js new file mode 100644 index 0000000..847bcef --- /dev/null +++ b/bower_components/moment/templates/amd.js @@ -0,0 +1,7 @@ +/*global define:false*/ + +import moment from "./moment"; + +define([], function () { + return moment; +}); |
