Use npm to install moment

This commit is contained in:
Jonathan Frederic 2016-02-04 13:18:31 -08:00
parent 1ae63ce185
commit a83f18255b
3 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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'

View File

@ -24,5 +24,8 @@
"requirejs": "^2.1.17",
"underscore": "^1.8.3",
"webpack": "^1.12.13"
},
"dependencies": {
"moment": "^2.8.4"
}
}