Skip to content

Commit

Permalink
update to ionic rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Nov 7, 2016
1 parent a8c097c commit 694be18
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.2.0"></a>
# 2.2.0 (2016-11-07)

### Features

* **Update**: Update to Ionic RC2 ([](https://github.com/lathonez/clicker/commit/))

<a name="2.1.2"></a>
# 2.1.2 (2016-11-03)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ See the changelog [here](https://github.com/lathonez/clicker/blob/master/CHANGEL

## Dependencies

* **@Angular:** 2.0.0
* **Ionic:** 2.0.0-rc.1
* **@Angular:** 2.1.1
* **Ionic:** 2.0.0-rc.2
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
"start": "ionic serve",
"test": "ng test"
},
"version": "2.1.2",
"version": "2.2.0",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/compiler-cli": "0.6.2",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/platform-server": "2.0.0",
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/compiler-cli": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/http": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"@ionic/storage": "1.1.6",
"ionic-angular": "2.0.0-rc.1",
"ionic-angular": "2.0.0-rc.2",
"ionic-native": "2.2.3",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21"
},
"devDependencies": {
"@ionic/app-scripts": "0.0.38",
"@types/jasmine": "2.5.36",
"@ionic/app-scripts": "0.0.39",
"@types/jasmine": "2.5.37",
"angular-cli": "1.0.0-beta.18",
"codelyzer": "~0.0.26",
"jasmine-core": "2.5.2",
Expand All @@ -52,7 +52,7 @@
"ts-node": "1.6.1",
"tslint": "3.15.1",
"tslint-eslint-rules": "2.1.0",
"typescript": "2.0.6"
"typescript": "2.0.7"
},
"description": "Clicker: An Ionic project",
"cordovaPlugins": [
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
Expand All @@ -10,8 +10,12 @@
],
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"e2e",
Expand Down

0 comments on commit 694be18

Please sign in to comment.