]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add Moment.js back into test reps
authorTanner Linsley <tannerlinsley@gmail.com>
Mon, 28 Sep 2015 18:45:53 +0000 (12:45 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Mon, 28 Sep 2015 18:45:53 +0000 (12:45 -0600)
gulpfile.js
package.json

index 8a3901da0fdd465e94665c0f528f83902153b5db..44a662d1a3582799a8e777762d76aec4d7680dd5 100644 (file)
@@ -37,6 +37,7 @@ var srcFiles = [
 ];
 
 var testFiles = [
+       './node_modules/moment/min/moment.min.js',
        './test/mockContext.js',
        './test/*.js'
 ];
index c0650eda10528da68ce7f24042db0d5799590921..c8b45c6f58ccede55b870abd5bfe3dd4734d2328 100644 (file)
@@ -35,5 +35,8 @@
   },
   "spm": {
     "main": "Chart.js"
+  },
+  "dependencies": {
+    "moment": "^2.10.6"
   }
 }