Skip to content

Commit

Permalink
fix: Build with angular 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Oct 25, 2017
1 parent 3751623 commit 25a6d1c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 61 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="2.0.0-beta.2"></a>
# [2.0.0-beta.2](https://github.com/isaacplmann/ngx-contextmenu) (2017-10-22)


### Fixes

* **dependencies:** Build using angular 4.x to support both 4.x and 5.x apps


<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/isaacplmann/ngx-contextmenu) (2017-10-24)

Expand Down
114 changes: 61 additions & 53 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-contextmenu",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "An Angular component to show a context menu on an arbitrary component",
"keywords": [
"angular2",
Expand Down Expand Up @@ -44,13 +44,13 @@
"devDependencies": {
"@angular/cdk": "2.0.0-beta.12",
"@angular/cli": "1.4.5",
"@angular/common": "5.0.0-rc.5",
"@angular/compiler": "5.0.0-rc.5",
"@angular/compiler-cli": "5.0.0-rc.5",
"@angular/core": "5.0.0-rc.5",
"@angular/platform-browser": "5.0.0-rc.5",
"@angular/platform-browser-dynamic": "5.0.0-rc.5",
"@angular/router": "5.0.0-rc.5",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@types/jasmine": "2.5.47",
"@types/node": "^6.0.90",
"classlist.js": "^1.1.20150312",
Expand Down

0 comments on commit 25a6d1c

Please sign in to comment.