File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ script:
28
28
echo "Installing @uirouter/core from ${CORE_BRANCH}" && \
29
29
git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && \
30
30
pushd ui-router-core && \
31
- npm install && \
31
+ yarn && \
32
32
npm run build && \
33
33
popd && \
34
34
npm install ./ui-router-core ;
Original file line number Diff line number Diff line change 48
48
"module" : " lib/index.js" ,
49
49
"typings" : " lib/index.d.ts" ,
50
50
"dependencies" : {
51
- "@uirouter/core" : " =5.0.5 " ,
51
+ "@uirouter/core" : " =5.0.6 " ,
52
52
"@uirouter/rx" : " =0.4.1" ,
53
53
"tslib" : " ^1.7.1"
54
54
},
68
68
"@angular/router" : " ^4.0.0" ,
69
69
"@types/jasmine" : " ^2.2.34" ,
70
70
"@types/jquery" : " ^1.10.31" ,
71
- "@uirouter/publish-scripts" : " ^1.0.4 " ,
71
+ "@uirouter/publish-scripts" : " ^1.0.7 " ,
72
72
"awesome-typescript-loader" : " ^3.1.2" ,
73
73
"babel-core" : " ^6.22.1" ,
74
74
"babel-loader" : " ^6.2.10" ,
Original file line number Diff line number Diff line change 91
91
dependencies :
92
92
" @types/node" " *"
93
93
94
- " @uirouter/core@=5.0.5 " :
95
- version "5.0.5 "
96
- resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.5 .tgz#4fafae8b89e1bee321b0ed32e69ab66547c055c6 "
94
+ " @uirouter/core@=5.0.6 " :
95
+ version "5.0.6 "
96
+ resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.6 .tgz#251e1fc4d6ce8fe47e374bb86971e68a2ef1b323 "
97
97
98
98
" @uirouter/publish-scripts@^1.0.4 " :
99
- version "1.0.4 "
100
- resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.4 .tgz#12de0110b88985cceb5ea0a020810ea8de8ecb38 "
99
+ version "1.0.7 "
100
+ resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.7 .tgz#99ffd6aeced41e96b92ccb007342eee5d14b0a9a "
101
101
dependencies :
102
102
conventional-changelog "^1.1.4"
103
- conventional-changelog-ui-router-core "file:../conventional-changelog-ui-router-core "
103
+ conventional-changelog-ui-router-core "^1.4.2 "
104
104
find-parent-dir "^0.3.0"
105
105
git-semver-tags "^1.2.1"
106
106
readline-sync "^1.4.7"
@@ -960,8 +960,9 @@ conventional-changelog-jshint@^0.1.0:
960
960
compare-func "^1.3.1"
961
961
q "^1.4.1"
962
962
963
- " conventional-changelog-ui-router-core@file:../conventional-changelog-ui-router-core " :
963
+ conventional-changelog-ui-router-core@^1.4.2 :
964
964
version "1.4.2"
965
+ resolved "https://registry.yarnpkg.com/conventional-changelog-ui-router-core/-/conventional-changelog-ui-router-core-1.4.2.tgz#56d5787163f883e25d3e1f573aef563f85411df7"
965
966
dependencies :
966
967
compare-func "^1.3.1"
967
968
github-url-from-git "^1.4.0"
You can’t perform that action at this time.
0 commit comments