From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/moment/templates/test-header.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 www/lib/moment/templates/test-header.js (limited to 'www/lib/moment/templates/test-header.js') diff --git a/www/lib/moment/templates/test-header.js b/www/lib/moment/templates/test-header.js deleted file mode 100644 index 38940c3e..00000000 --- a/www/lib/moment/templates/test-header.js +++ /dev/null @@ -1,5 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../../moment')) : - typeof define === 'function' && define.amd ? define(['../../moment'], factory) : - factory(global.moment) -}(this, function (moment) { 'use strict'; -- cgit v1.2.3