Skip to content

Commit

Permalink
chore(travis): Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Sep 13, 2017
1 parent 4c7e257 commit b88401c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
echo "Installing @uirouter/core from ${CORE_BRANCH}" && \
git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && \
pushd ui-router-core && \
npm install && \
yarn && \
npm run build && \
popd && \
npm install ./ui-router-core ;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@uirouter/core": "=5.0.5",
"@uirouter/core": "=5.0.6",
"@uirouter/rx": "=0.4.1",
"tslib": "^1.7.1"
},
Expand All @@ -68,7 +68,7 @@
"@angular/router": "^4.0.0",
"@types/jasmine": "^2.2.34",
"@types/jquery": "^1.10.31",
"@uirouter/publish-scripts": "^1.0.4",
"@uirouter/publish-scripts": "^1.0.7",
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@
dependencies:
"@types/node" "*"

"@uirouter/core@=5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.5.tgz#4fafae8b89e1bee321b0ed32e69ab66547c055c6"
"@uirouter/core@=5.0.6":
version "5.0.6"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.6.tgz#251e1fc4d6ce8fe47e374bb86971e68a2ef1b323"

"@uirouter/publish-scripts@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.4.tgz#12de0110b88985cceb5ea0a020810ea8de8ecb38"
version "1.0.7"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.7.tgz#99ffd6aeced41e96b92ccb007342eee5d14b0a9a"
dependencies:
conventional-changelog "^1.1.4"
conventional-changelog-ui-router-core "file:../conventional-changelog-ui-router-core"
conventional-changelog-ui-router-core "^1.4.2"
find-parent-dir "^0.3.0"
git-semver-tags "^1.2.1"
readline-sync "^1.4.7"
Expand Down Expand Up @@ -960,8 +960,9 @@ conventional-changelog-jshint@^0.1.0:
compare-func "^1.3.1"
q "^1.4.1"

"conventional-changelog-ui-router-core@file:../conventional-changelog-ui-router-core":
conventional-changelog-ui-router-core@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/conventional-changelog-ui-router-core/-/conventional-changelog-ui-router-core-1.4.2.tgz#56d5787163f883e25d3e1f573aef563f85411df7"
dependencies:
compare-func "^1.3.1"
github-url-from-git "^1.4.0"
Expand Down

0 comments on commit b88401c

Please sign in to comment.