Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 1882434

Browse files
zagginoswmitra
authored andcommitted
Zaggino/update extension manager deps (#12933)
* delete node_modules from extensibility/node * add dependencies from extensibility/node to main package.json * update outdated deps * use webpack to bundle semver which doesnt provide amd build * update config.json * update webpack to latest
1 parent 9352e39 commit 1882434

File tree

625 files changed

+2874
-68397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

625 files changed

+2874
-68397
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ Thumbs.db
4949
# Files that can be automatically downloaded that we don't want to ship with our builds
5050
/src/extensibility/node/node_modules/request/tests/
5151

52+
# Files build by scripts
53+
/src/thirdparty/semver.browser.js

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ module.exports = function (grunt) {
341341
});
342342

343343
// task: install
344-
grunt.registerTask('install', ['write-config:dev', 'less', 'npm-install-source']);
344+
grunt.registerTask('install', ['write-config:dev', 'less', 'npm-install-source', 'pack-web-dependencies']);
345345

346346
// task: test
347347
grunt.registerTask('test', ['eslint', 'jasmine', 'nls-check']);

0 commit comments

Comments
 (0)