Skip to content

Commit

Permalink
ionic: updated npm and bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Feb 2, 2016
1 parent 7cff655 commit 8c898f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
7 changes: 3 additions & 4 deletions examples/ionic/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "Sidemenu",
"private": "true",
"name": "satellizer-ionic",
"devDependencies": {
"ionic": "1.0.0",
"satellizer": "^0.11.0"
"ionic": "^1.2.4",
"satellizer": "^0.13.x"
}
}
19 changes: 10 additions & 9 deletions examples/ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "satellizer-ionic",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.0.1",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.1.6",
"gulp-sass": "^2.1.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp-util": "^3.0.5",
"shelljs": "^0.5.1"
"bower": "^1.7.7",
"gulp-util": "^3.0.7",
"shelljs": "^0.5.3"
},
"cordovaPlugins": [
"cordova-plugin-inappbrowser"
],
"cordovaPlatforms": [
"ios"
"ios",
"android"
]
}
}

0 comments on commit 8c898f1

Please sign in to comment.