Skip to content

Commit

Permalink
try installing latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jun 19, 2017
1 parent c211176 commit 8545bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g npm
- npm --version
- npm install -g gulp-cli
- npm install --production
- gulp --version
- npm install --production
- gulp build --production
- npm install
- gulp build
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

"@gulp-sourcemaps/identity-map@1.X":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps%2fidentity-map/-/identity-map-1.0.1.tgz#cfa23bc5840f9104ce32a65e74db7e7a974bbee1"
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz#cfa23bc5840f9104ce32a65e74db7e7a974bbee1"
dependencies:
acorn "^5.0.3"
css "^2.2.1"
Expand All @@ -32,14 +32,14 @@

"@gulp-sourcemaps/map-sources@1.X":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps%2fmap-sources/-/map-sources-1.0.0.tgz#890ae7c5d8c877f6d384860215ace9d7ec945bda"
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz#890ae7c5d8c877f6d384860215ace9d7ec945bda"
dependencies:
normalize-path "^2.0.1"
through2 "^2.0.3"

"@plotly/d3-sankey@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@plotly%2fd3-sankey/-/d3-sankey-0.5.0.tgz#b22faea742e58251335ee5d9fba248772607800f"
resolved "https://registry.yarnpkg.com/@plotly/d3-sankey/-/d3-sankey-0.5.0.tgz#b22faea742e58251335ee5d9fba248772607800f"
dependencies:
d3-array "1"
d3-collection "1"
Expand Down

0 comments on commit 8545bc1

Please sign in to comment.