Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-samples into vNext-copy
  • Loading branch information
zdrawku committed Aug 12, 2020
2 parents 28edad4 + 0fc503f commit 9e5fe65
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "igniteui-live-editing-samples"]
path = igniteui-live-editing-samples
url = https://github.com/IgniteUI/igniteui-live-editing-samples
branch = vNext
branch = master
1 change: 0 additions & 1 deletion live-editing/services/DependencyResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export class DevDependencyResolver {

public get devDependencies() {
const result = {};

for (let key in this._devDependencies) {
if (key in SHARED_DEV_DEPENDENCIES) {
let version = this._devDependencies[key];
Expand Down
36 changes: 26 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"domino": "^2.1.4",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^10.1.0",
"igniteui-angular": "10.1.0",
"igniteui-angular-charts": "^9.1.2",
"igniteui-angular-core": "^9.1.2",
"igniteui-angular-excel": "^9.1.2",
Expand Down

0 comments on commit 9e5fe65

Please sign in to comment.