mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Use npm to install moment
This commit is contained in:
parent
1ae63ce185
commit
a83f18255b
@ -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",
|
||||
|
@ -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'
|
||||
|
@ -24,5 +24,8 @@
|
||||
"requirejs": "^2.1.17",
|
||||
"underscore": "^1.8.3",
|
||||
"webpack": "^1.12.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"moment": "^2.8.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user