Skip to content

Commit

Permalink
fix(release): update re-start to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Feb 12, 2017
1 parent ca4dca2 commit c4ed1c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"condition-circle": "^1.5.0",
"cz-conventional-changelog": "^1.2.0",
"husky": "^0.13.1",
"re-start": "^1.7.0",
"re-start": "^1.7.2",
"start-babel-cli": "^4.0.1"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -2288,9 +2288,9 @@ rc@~1.1.6:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

re-start@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/re-start/-/re-start-1.7.0.tgz#850c9643e42f728f0b491d6e14e3210c826c06f1"
re-start@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/re-start/-/re-start-1.7.2.tgz#1c49eb04f5f9aa2d5f76117b1f5e14d943635d9e"
dependencies:
start "^5.0.0"
start-babel "^3.0.0"
Expand All @@ -2303,7 +2303,7 @@ re-start@^1.7.0:
start-mocha "^3.0.0"
start-pretty-reporter "^0.3.0"
start-read "^0.3.0"
start-release "^1.3.5"
start-release "^1.3.6"
start-split "^1.0.1"
start-typescript "^1.1.3"
start-watch "^2.0.0"
Expand Down Expand Up @@ -2802,9 +2802,9 @@ start-read@^0.3.0:
graceful-fs "^4.1.5"
makethen "^0.1.0"

start-release@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/start-release/-/start-release-1.3.5.tgz#b9a2c0f3628bc7baceab5bdd6ff59344022b8edb"
start-release@^1.3.6:
version "1.3.6"
resolved "https://registry.yarnpkg.com/start-release/-/start-release-1.3.6.tgz#a83375e329da121426617d0234cb91ca0581511a"
dependencies:
nerf-dart "^1.0.0"
normalize-package-data "^2.3.5"
Expand Down

0 comments on commit c4ed1c6

Please sign in to comment.