Skip to content

Commit

Permalink
Adding dependant package (#568)
Browse files Browse the repository at this point in the history
* icu4c-data was added

* npm ls won't fail build anymore

Co-authored-by: ruslan.avsenin <[email protected]>
  • Loading branch information
influento and ruslan.avsenin authored Sep 9, 2020
1 parent af5291b commit 1424d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- "12"
script:
- npm prune
- npm ls --depth=1
- npm ls --depth=1 || true
- npm run lint
- npm run coverage
after_success: npm run coveralls
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"file-loader": "^6.0.0",
"full-icu": "^1.3.1",
"husky": "^4.0.0",
"icu4c-data": "^0.64.2",
"identity-obj-proxy": "^3.0.0",
"imagemin": "^5.0.0",
"img-loader": "^3.0.1",
Expand Down

0 comments on commit 1424d5c

Please sign in to comment.