Skip to content

Commit

Permalink
starting work on build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 14, 2017
1 parent ad2ac0a commit fbf907e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions bin/platforms

This file was deleted.

2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ deployment:
v6:
branch: v6
commands:
- cli-release v6
- npm run release v6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"cli-engine": "0.0.5",
"cli-engine": "0.0.6",
"heroku-apps": "2.1.24",
"heroku-certs": "1.1.26",
"heroku-cli-addons": "1.2.8",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ cli-cursor@^2.1.0:
dependencies:
restore-cursor "^2.0.0"

[email protected].5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/cli-engine/-/cli-engine-0.0.5.tgz#89f7fb010a89abcae453c2c52884df8315e45ff1"
[email protected].6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/cli-engine/-/cli-engine-0.0.6.tgz#ab9e1f405ad8410ad7eb71d76fbf263d4919bae3"
dependencies:
ansi-escapes "1.4.0"
execa "0.6.0"
Expand Down

0 comments on commit fbf907e

Please sign in to comment.