Skip to content

Commit

Permalink
chore(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 22, 2016
1 parent a237fc9 commit 38bcd6f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"scripts": {
"build": "ionic-app-scripts build && npm run assets",
"watch": "ionic-app-scripts watch",
"ionic:serve": "ionic-app-scripts serve",
"serve:before": "assets",
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build",
"assets": "npm run watch && npm run i18n && npm run watches",
"assets": "npm run i18n && npm run twwatches",
"i18n": "rm -Rf src/assets/i18n && mkdir src/assets/i18n && cp node_modules/tw-i18n/lang/*.json src/assets/i18n",
"watches": "rm -Rf src/assets/watches && mkdir src/assets/watches && cp -R node_modules/tw-watches/* src/assets/watches"
"twwatches": "rm -Rf src/assets/watches && mkdir src/assets/watches && cp -R node_modules/tw-watches/* src/assets/watches"
},
"dependencies": {
"@angular/common": "2.1.1",
Expand All @@ -27,17 +28,18 @@
"@angular/platform-server": "2.1.1",
"@ionic/storage": "1.1.6",
"gsap": "^1.19.0",
"ionic-angular": "^2.0.0-rc.2",
"ionic-native": "^2.2.6",
"ionicons": "^3.0.0",
"ng2-translate": "^3.1.3",
"ionic-angular": "2.0.0-rc.2",
"ionic-native": "2.2.3",
"ionicons": "3.0.0",
"moment": "2.15.1",
"rxjs": "5.0.0-beta.12",
"tw-core": "git+https://github.com/Toolwatchapp/tw-core.git",
"tw-i18n": "git+https://github.com/Toolwatchapp/tw-i18n.git",
"zone.js": "0.6.21"
"tw-watches": "git+https://github.com/Toolwatchapp/tw-watches.git",
"zone.js": "0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "0.0.43",
"@ionic/app-scripts": "^0.0.43",
"@types/jasmine": "^2.5.35",
"@types/node": "^6.0.45",
"cz-conventional-changelog": "^1.2.0",
Expand Down Expand Up @@ -83,7 +85,7 @@
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"version": "0.8.0",
"version": "0.9.0",
"cordovaPlatforms": [],
"config": {
"commitizen": {
Expand Down

0 comments on commit 38bcd6f

Please sign in to comment.