From a83f18255b6602ea327a10fd7a79465f3ff0ee9e Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 4 Feb 2016 13:18:31 -0800 Subject: [PATCH] Use npm to install moment --- bower.json | 1 - notebook/templates/page.html | 1 - package.json | 3 +++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 114b4ab1a..4bf8006a7 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,6 @@ "jquery-ui": "components/jqueryui#~1.10", "marked": "~0.3", "MathJax": "components/MathJax#~2.6", - "moment": "~2.8.4", "requirejs": "~2.1", "term.js": "chjj/term.js#~0.0.7", "text-encoding": "~0.1", diff --git a/notebook/templates/page.html b/notebook/templates/page.html index 523661c40..36262a044 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -39,7 +39,6 @@ bootstrap: 'components/bootstrap/js/bootstrap.min', bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min', 'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min', - moment: 'components/moment/moment', codemirror: 'components/codemirror', termjs: 'components/term.js/src/term', typeahead: 'components/jquery-typeahead/dist/jquery.typeahead' diff --git a/package.json b/package.json index 4e71b1161..f99a80407 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,8 @@ "requirejs": "^2.1.17", "underscore": "^1.8.3", "webpack": "^1.12.13" + }, + "dependencies": { + "moment": "^2.8.4" } }