Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-bate committed Apr 26, 2017
1 parent 2f28711 commit fe3e920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nightwatch-single": "./node_modules/nightwatch/bin/nightwatch",
"browser-tests": "NODE_ENV=test ./node_modules/karma/bin/karma start --browsers Chrome",
"test-watch": "NODE_ENV=test ./node_modules/karma/bin/karma start --no-single-run --reporters=mocha,notification",
"start": "NODE_ENV=development webpack-dev-server --devtool eval-source-map --cache --colors --progress --host 0.0.0.0 --port 3000",
"start": "NODE_ENV=development webpack-dev-server --devtool eval-source-map --cache --colors --progress --port 3000",
"build": "NODE_ENV=production npm run build-app && npm run build-config",
"build-app": "NODE_ENV=production node buildapp",
"build-config": "NODE_ENV=production node buildconfig",
Expand All @@ -19,7 +19,7 @@
"serve-docs": "./node_modules/.bin/gitbook serve"
},
"dependencies": {
"@tidepool/viz": "0.7.10",
"@tidepool/viz": "0.7.11",
"async": "1.5.2",
"autoprefixer": "6.7.2",
"babel-core": "6.13.2",
Expand Down

0 comments on commit fe3e920

Please sign in to comment.