Skip to content

Commit

Permalink
update dependencies and devDependnecies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jul 19, 2017
1 parent dea9411 commit e0a95a2
Show file tree
Hide file tree
Showing 5 changed files with 3,081 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
coverage
node_modules
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ branches:
except: /^v\d/
language: node_js
node_js: node
script: npm run-script pretest && npm run-script coverage
after_script:
- npm install istanbul-coveralls
- node node_modules/.bin/istanbul-coveralls
- npm install coveralls
- ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![Build Status](https://travis-ci.org/shinnn/node-read-remove-file.svg?branch=master)](https://travis-ci.org/shinnn/node-read-remove-file)
[![Build status](https://ci.appveyor.com/api/projects/status/pf1uwmte81vpis5b?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/node-read-remove-file)
[![Coverage Status](https://coveralls.io/repos/github/shinnn/node-read-remove-file/badge.svg?branch=master)](https://coveralls.io/github/shinnn/node-read-remove-file?branch=master)
[![dependencies Status](https://david-dm.org/shinnn/node-read-remove-file/status.svg)](https://david-dm.org/shinnn/node-read-remove-file)
[![devDependencies Status](https://david-dm.org/shinnn/node-read-remove-file/dev-status.svg)](https://david-dm.org/shinnn/node-read-remove-file?type=dev)

Read a file, then remove it

Expand Down Expand Up @@ -53,4 +51,4 @@ Copyright (c) 2014 - 2017 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).

[fs.readFile]: https://nodejs.org/api/fs.html#fs_fs_readfile_file_options_callback
[fs.readFile]: https://nodejs.org/api/fs.html#fs_fs_readfile_path_options_callback

0 comments on commit e0a95a2

Please sign in to comment.