Skip to content

Commit

Permalink
Add Angular 6 support (#91)
Browse files Browse the repository at this point in the history
* Updated packages

* Rebuilt dist

* Updated the actual peer dependency
  • Loading branch information
Fanarito authored and fxmontigny committed Jun 14, 2018
1 parent 56a7226 commit cff4ab9
Show file tree
Hide file tree
Showing 15 changed files with 1,158 additions and 563 deletions.
790 changes: 395 additions & 395 deletions dist/bundles/ng2-ace-editor.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

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

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"brace": "^0.10.0"
},
"peerDependencies": {
"@angular/core": "^5.0.0"
"@angular/core": "^6.0.0"
}
}
28 changes: 14 additions & 14 deletions dist/src/component.js

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

2 changes: 1 addition & 1 deletion dist/src/component.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/src/component.ngfactory.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
24 changes: 12 additions & 12 deletions dist/src/directive.js

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

2 changes: 1 addition & 1 deletion dist/src/directive.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/module.js

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

2 changes: 1 addition & 1 deletion dist/src/module.js.map

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

2 changes: 1 addition & 1 deletion dist/src/module.ngfactory.js

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

2 changes: 1 addition & 1 deletion dist/src/module.ngfactory.js.map

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

Loading

0 comments on commit cff4ab9

Please sign in to comment.