Skip to content

Commit

Permalink
Compatibility with Ionic 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Riron committed Mar 14, 2017
1 parent c93fdc3 commit 6a064e5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-img-viewer",
"version": "1.2.2",
"version": "1.3.0",
"description": "Ionic 2 component providing a Twitter inspired experience to visualize pictures.",
"main": "./dist/ionic-img-viewer.js",
"typings": "./dist/ionic-img-viewer.d.ts",
Expand All @@ -21,18 +21,18 @@
"author": "Orion Charlier",
"license": "MIT",
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionic-angular": ">=2.0.0-rc.5",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26"
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"ionic-angular": "2.2.0",
"rxjs": "5.0.1",
"zone.js": "0.7.2"
},
"devDependencies": {
"typescript": "2.0.9",
Expand Down

2 comments on commit 6a064e5

@absolutsoul
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I was having the problem with 2.2.0, I uninstalled it and resintalled it but I keep getting the same error:
build prod failed: Error encountered resolving symbol values statically. Calling function 'makeDecorator',
function calls are not supported. Consider replacing the function or lambda with a reference to an exported
function, resolving symbol NgModule in
/Users/MAC/test/node_modules/ionic-img-viewer/node_modules/@angular/core/src/metadata/ng_module.d.ts,

@Riron
Copy link
Owner Author

@Riron Riron commented on 6a064e5 Mar 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure you have ionic-img-viewer v1.3.0. If the problem persist, please open an issue. Thanks !

Please sign in to comment.