Skip to content

Commit

Permalink
Merge pull request #149 from alexmgrant/rc0
Browse files Browse the repository at this point in the history
fixing missing commas
  • Loading branch information
lathonez committed Oct 5, 2016
2 parents 055bf22 + d2e31b5 commit 5d4a8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build"
"run:before": "build",
"e2e": "gulp --gulpfile test/gulpfile.ts --cwd ./ build-e2e && protractor test/protractor.conf.js",
"karma": "gulp --gulpfile test/gulpfile.ts --cwd ./ karma-debug",
"postinstall": "ionic state restore && typings install && webdriver-manager update",
Expand All @@ -25,7 +25,7 @@
"ionic-angular": "2.0.0-rc.0",
"ionicons": "3.0.0",
"@ionic/storage": "1.0.3",
"ionic-native": "2.0.3"
"ionic-native": "2.0.3",
"ngrx-store-freeze": "0.1.0",
"ngrx-store-logger": "0.1.7"
},
Expand Down

0 comments on commit 5d4a8c7

Please sign in to comment.