Skip to content

Commit

Permalink
sort files under bin in package.json. increment version number and us…
Browse files Browse the repository at this point in the history
…e semver to indicate dev version
  • Loading branch information
PieterGit committed Dec 29, 2016
1 parent 2f089e9 commit 816dfdf
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oref0",
"version": "0.3.3",
"version": "0.3.4-dev",
"description": "openaps oref0 reference implementation of the reference design",
"scripts": {
"test": "make test",
Expand All @@ -19,49 +19,49 @@
"url": "https://github.com/openaps/oref0/issues"
},
"bin": {
"oref0-setup": "./bin/oref0-setup.sh",
"oref0-set-device-clocks": "./bin/oref0-set-device-clocks.sh",
"oref0-set-system-clock": "./bin/oref0-set-system-clock.sh",
"oref0-calculate-iob": "./bin/oref0-calculate-iob.js",
"oref0-find-insulin-uses": "./bin/oref0-find-insulin-uses.js",
"oref0-detect-sensitivity": "./bin/oref0-detect-sensitivity.js",
"oref0-determine-basal": "./bin/oref0-determine-basal.js",
"oref0-meal": "./bin/oref0-meal.js",
"oref0-normalize-temps": "./bin/oref0-normalize-temps.js",
"send-tempbasal-Azure": "./bin/send-tempbasal-Azure.js",
"oref0-fix-git-corruption": "bin/oref0-fix-git-corruption.sh",
"oref0-get-profile": "./bin/oref0-get-profile.js",
"oref0-mint-max-iob": "./bin/oref0-mint-max-iob.sh",
"oref0-ifttt-notify": "./bin/oref0-ifttt-notify",
"oref0-raw": "./bin/oref0-raw.js",
"oref0-reset-usb": "bin/oref0-reset-usb.sh",
"oref0-reset-git": "bin/oref0-reset-git.sh",
"oref0-truncate-git-history": "bin/oref0-truncate-git-history.sh",
"bt-pan": "./bin/bt-pan",
"mm-format-ns-glucose": "./bin/mm-format-ns-glucose.sh",
"mm-format-ns-profile": "./bin/mm-format-ns-profile.sh",
"mm-format-ns-treatments": "./bin/mm-format-ns-treatments.sh",
"mm-format-ns-pump-history": "./bin/mm-format-ns-pump-history.sh",
"oref0": "./bin/oref0.sh",
"mm-format-ns-treatments": "./bin/mm-format-ns-treatments.sh",
"mm-stick": "./bin/mm-stick.sh",
"ns-upload-entries": "./bin/ns-upload-entries.sh",
"ns-upload": "./bin/ns-upload.sh",
"ns-get": "./bin/ns-get.sh",
"ns-status": "./bin/ns-status.js",
"nightscout": "./bin/nightscout.sh",
"ns-dedupe-treatments": "./bin/ns-dedupe-treatments.sh",
"oref0-find-ti": "./bin/oref0-find-ti.sh",
"oref0-html": "./bin/oref0-html.js",
"oref0-template": "./bin/oref0-template.js",
"ns-get": "./bin/ns-get.sh",
"ns-status": "./bin/ns-status.js",
"ns-upload": "./bin/ns-upload.sh",
"ns-upload-entries": "./bin/ns-upload-entries.sh",
"oref0": "./bin/oref0.sh",
"oref0-calculate-iob": "./bin/oref0-calculate-iob.js",
"oref0-copy-fresher": "./bin/oref0-copy-fresher",
"oref0-pebble": "./bin/oref0-pebble.js",
"oref0-crun": "./bin/oref0-conditional-run.sh",
"oref0-detect-sensitivity": "./bin/oref0-detect-sensitivity.js",
"oref0-determine-basal": "./bin/oref0-determine-basal.js",
"oref0-dex-is-fresh": "./bin/oref0-dex-is-fresh.sh",
"oref0-dex-time-since": "./bin/oref0-dex-time-since.sh",
"oref0-dex-wait-until-expected": "./bin/oref0-dex-wait-until-expected.sh",
"oref0-find-insulin-uses": "./bin/oref0-find-insulin-uses.js",
"oref0-find-ti": "./bin/oref0-find-ti.sh",
"oref0-fix-git-corruption": "bin/oref0-fix-git-corruption.sh",
"oref0-get-profile": "./bin/oref0-get-profile.js",
"oref0-html": "./bin/oref0-html.js",
"oref0-ifttt-notify": "./bin/oref0-ifttt-notify",
"oref0-meal": "./bin/oref0-meal.js",
"oref0-mint-max-iob": "./bin/oref0-mint-max-iob.sh",
"oref0-normalize-temps": "./bin/oref0-normalize-temps.js",
"oref0-online": "./bin/oref0-online.sh",
"oref0-pebble": "./bin/oref0-pebble.js",
"oref0-raw": "./bin/oref0-raw.js",
"oref0-reset-git": "bin/oref0-reset-git.sh",
"oref0-reset-usb": "bin/oref0-reset-usb.sh",
"oref0-set-device-clocks": "./bin/oref0-set-device-clocks.sh",
"oref0-set-system-clock": "./bin/oref0-set-system-clock.sh",
"oref0-setup": "./bin/oref0-setup.sh",
"oref0-subg-ww-radio-parameters": "./bin/oref0-subg-ww-radio-parameters.sh",
"oref0-subg-ww-radio-parameters-timeout": "./bin/oref0-subg-ww-radio-parameters-timeout.sh",
"oref0-online": "./bin/oref0-online.sh",
"bt-pan": "./bin/bt-pan"
"oref0-template": "./bin/oref0-template.js",
"oref0-truncate-git-history": "bin/oref0-truncate-git-history.sh",
"send-tempbasal-Azure": "./bin/send-tempbasal-Azure.js"
},
"homepage": "https://github.com/openaps/oref0",
"dependencies": {
Expand Down

0 comments on commit 816dfdf

Please sign in to comment.