Skip to content

Commit

Permalink
Upgrade npm packages with updtr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandat committed Aug 20, 2016
1 parent 1e26071 commit f6fa4ee
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,4 +577,4 @@ The `conventionalChangelog` task inside `grunt/dist.js` is a good example of cus

# Known bugs

- Images in cache (`file://` urls) does not load the first time for a security reason when deploying in livereload mode (`http://`)
- Livereload mode breaks images first time they are put in cache (`file://` url is used in place of `cdvfile://` url)
10 changes: 5 additions & 5 deletions app/app.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
.constant('version', '@@version')
.constant('stringify', stringify)
// Google Analytics account ID
.constant('trackerId', '@@trackerId')
// Current environment (dev or dist)
.constant('trackerId', '@@trackerId')
// Current environment (dev or dist)
.constant('env', '@@env')
// Backend endpoint (local pc in livereload mode - proxy - or Marvel servers)
.constant('apiEndpoint', '@@apiEndpoint')
.constant('apiEndpoint', '@@apiEndpoint')
// Marvel API key
.constant('apiKey', '@@apiKey')
.constant('apiKey', '@@apiKey')
// Marvel private API key (yeah I know, but Marvel forced my hand)
.constant('privateApiKey', '@@privateApiKey')
.constant('privateApiKey', '@@privateApiKey')
// Marvel default offset when requesting a list of results (number of items)
.constant('defaultPageSize', 10)
// HTTP cache name
Expand Down
186 changes: 93 additions & 93 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,96 +1,96 @@
{
"name": "learning-ionic",
"version": "0.5.2",
"description": "Project to learn ionic of course",
"devDependencies": {
"autoprefixer": "^6.3.1",
"bower": "^1.7.7",
"doctoc": "^1.2.0",
"grunt": "^0.4.5",
"grunt-bump-cordova": "^0.1.6",
"grunt-chokidar": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-groc": "^0.6.0",
"grunt-html2js": "^0.3.5",
"grunt-jscs": "^2.6.0",
"grunt-karma": "^0.12.1",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-parallel": "^0.4.1",
"grunt-plato": "^1.2.1",
"grunt-postcss": "^0.7.1",
"grunt-replace": "^0.11.0",
"grunt-sass": "^1.1.0",
"grunt-sass-compile-imports": "^0.2.1",
"grunt-shell": "^1.1.2",
"jasmine-core": "^2.4.1",
"jit-grunt": "^0.10.0",
"js-yaml": "^3.5.2",
"jscs-stylish": "^0.3.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.2.1",
"karma-junit-reporter": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"load-grunt-configs": "^0.4.3",
"lodash": "^4.0.1",
"node.extend": "^1.1.5",
"phantomjs-prebuilt": "^2.1.4",
"shelljs": "^0.6.0",
"time-grunt": "^1.3.0"
"name": "learning-ionic",
"version": "0.5.2",
"description": "Project to learn ionic of course",
"devDependencies": {
"autoprefixer": "^6.3.1",
"bower": "^1.7.7",
"doctoc": "^1.2.0",
"grunt": "^1.0.1",
"grunt-bump-cordova": "^0.1.6",
"grunt-chokidar": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-groc": "^0.7.1",
"grunt-html2js": "^0.3.5",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^2.0.2",
"grunt-parallel": "^0.5.1",
"grunt-plato": "^1.4.0",
"grunt-postcss": "^0.8.0",
"grunt-replace": "^1.0.1",
"grunt-sass": "^1.2.1",
"grunt-sass-compile-imports": "^0.2.1",
"grunt-shell": "^1.3.1",
"jasmine-core": "^2.4.1",
"jit-grunt": "^0.10.0",
"js-yaml": "^3.5.2",
"jscs-stylish": "^0.3.1",
"jshint-stylish": "^2.2.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"load-grunt-configs": "^1.0.0",
"lodash": "^4.15.0",
"node.extend": "^1.1.5",
"phantomjs-prebuilt": "^2.1.12",
"shelljs": "^0.7.3",
"time-grunt": "^1.3.0"
},
"cordovaPlugins": [
"cordova-plugin-console",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-device",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"ionic-plugin-keyboard",
"cordova-plugin-splashscreen",
{
"locator": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-toast"
},
"cordovaPlugins": [
"cordova-plugin-console",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-device",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"ionic-plugin-keyboard",
"cordova-plugin-splashscreen",
{
"locator": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-toast"
},
"cordova-plugin-file-transfer",
"cordova-plugin-file",
"cordova-plugin-inappbrowser",
{
"locator": "https://github.com/danwilson/google-analytics-plugin.git",
"id": "cordova-plugin-google-analytics"
},
"com-sarriaroman-photoviewer",
"cordova-fabric-plugin --variable FABRIC_API_KEY=e80c28807e2be09aa4756fcf320d5e2177a7dce7 --variable FABRIC_API_SECRET=573fc3586b5032baf179cb57759bff8a9271f7b4f38beba9fe992d19ac49a4ca"
],
"cordovaPlatforms": [
"android",
"ios"
],
"scripts": {
"prestart": "npm install",
"postinstall": "bower install",
"start": "npm run serve",
"serve": "grunt dev --mock --proxy && grunt serve --mock --proxy",
"android": "grunt dev --platform android && ionic run android",
"android-lr": "grunt dev --platform android --proxy && grunt run:android --proxy",
"ios": "grunt dev --platform ios && ionic run ios",
"ios-lr": "grunt dev --platform ios --proxy && grunt run:ios --proxy",
"test": "npm run test-local",
"test-local": "grunt dev --mock && grunt karma:dev",
"test-local-w": "grunt dev --mock && grunt parallel:test-w --mock",
"test-saucelabs": "grunt dev --mock && grunt karma:dev-saucelabs",
"test-full": "npm run test-local && npm run test-saucelabs",
"doc": "grunt clean:doc groc plato",
"doctoc": "doctoc ./README.md --github",
"build": "grunt dev && ionic build"
}
"cordova-plugin-file-transfer",
"cordova-plugin-file",
"cordova-plugin-inappbrowser",
{
"locator": "https://github.com/danwilson/google-analytics-plugin.git",
"id": "cordova-plugin-google-analytics"
},
"com-sarriaroman-photoviewer",
"cordova-fabric-plugin --variable FABRIC_API_KEY=e80c28807e2be09aa4756fcf320d5e2177a7dce7 --variable FABRIC_API_SECRET=573fc3586b5032baf179cb57759bff8a9271f7b4f38beba9fe992d19ac49a4ca"
],
"cordovaPlatforms": [
"android",
"ios"
],
"scripts": {
"prestart": "npm install",
"postinstall": "bower install",
"start": "npm run serve",
"serve": "grunt dev --mock --proxy && grunt serve --mock --proxy",
"android": "grunt dev --platform=android && ionic run android",
"android-lr": "grunt dev --platform=android --proxy && grunt run:android --proxy",
"ios": "grunt dev --platform=ios && ionic run ios",
"ios-lr": "grunt dev --platform=ios --proxy && grunt run:ios --proxy",
"test": "npm run test-local",
"test-local": "grunt dev --mock && grunt karma:dev",
"test-local-w": "grunt dev --mock && grunt parallel:test-w --mock",
"test-saucelabs": "grunt dev --mock && grunt karma:dev-saucelabs",
"test-full": "npm run test-local && npm run test-saucelabs",
"doc": "grunt clean:doc groc plato",
"doctoc": "doctoc ./README.md --github",
"build": "grunt dev && ionic build"
}
}

0 comments on commit f6fa4ee

Please sign in to comment.