Commit a7f47208 by Brian Jacobel Committed by GitHub

Merge pull request #14101 from edx/bjacobel/node6

Prepare sub-dependencies for NPM 3 transition
parents 7b2239b5 f7d2b8db
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"dependencies": {
"backbone": "~1.3.2",
"backbone.paginator": "~2.0.3",
"backbone-validation": "~0.11.5",
"coffee-script": "1.6.1",
"edx-pattern-library": "0.17.1",
......@@ -10,6 +11,8 @@
"jquery": "~2.2.0",
"jquery-migrate": "^1.4.1",
"jquery.scrollto": "~2.1.2",
"moment": "^2.15.1",
"moment-timezone": "~0.5.5",
"picturefill": "~3.0.2",
"requirejs": "~2.3.2",
"uglify-js": "2.7.0",
......@@ -22,7 +25,6 @@
"eslint-config-edx": "^1.2.1",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.1.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
......@@ -35,6 +37,7 @@
"pa11y": "4.0.1",
"pa11y-reporter-json-oldnode": "1.0.0",
"plato": "1.2.2",
"sinon": "1.17.3 || >1.17.4",
"squirejs": "^0.1.0"
}
}
......@@ -49,9 +49,9 @@ COMMON_LOOKUP_PATHS = [
NPM_INSTALLED_LIBRARIES = [
'backbone-validation/dist/backbone-validation-min.js',
'backbone/backbone.js',
'edx-ui-toolkit/node_modules/backbone.paginator/lib/backbone.paginator.js',
'edx-ui-toolkit/node_modules/moment-timezone/builds/moment-timezone-with-data.js',
'edx-ui-toolkit/node_modules/moment/min/moment-with-locales.js',
'backbone.paginator/lib/backbone.paginator.js',
'moment-timezone/builds/moment-timezone-with-data.js',
'moment/min/moment-with-locales.js',
'jquery-migrate/dist/jquery-migrate.js',
'jquery.scrollto/jquery.scrollTo.js',
'jquery/dist/jquery.js',
......@@ -64,7 +64,7 @@ NPM_INSTALLED_LIBRARIES = [
# A list of NPM installed developer libraries that should be copied into the common
# static directory only in development mode.
NPM_INSTALLED_DEVELOPER_LIBRARIES = [
'edx-ui-toolkit/node_modules/sinon/pkg/sinon.js',
'sinon/pkg/sinon.js',
'squirejs/src/Squire.js',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment