Skip to content

Commit

Permalink
chore(): update ionic to alpha.57
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 10, 2016
1 parent 7ad2fcf commit 2ed59e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"angular2": "2.0.0-beta.2",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-framework": "2.0.0-alpha.56",
"ionic-framework": "2.0.0-alpha.57",
"ionicons": "3.0.0-alpha.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
entry: [
path.normalize('es6-shim/es6-shim.min'),
'reflect-metadata',
'web-animations.min',
path.normalize('zone.js/dist/zone-microtask'),
path.resolve('app/app')
],
Expand Down Expand Up @@ -35,15 +34,13 @@ module.exports = {
noParse: [
/es6-shim/,
/reflect-metadata/,
/web-animations/,
/zone\.js(\/|\\)dist(\/|\\)zone-microtask/
]
},
resolve: {
alias: {
'angular2': path.resolve('node_modules/angular2'),
'ionic': 'ionic-framework',
'web-animations.min': path.normalize('ionic-framework/js/web-animations.min')
},
extensions: ['', '.js']
}
Expand Down

0 comments on commit 2ed59e6

Please sign in to comment.