Skip to content

Commit

Permalink
#36 sleep upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2023
1 parent 8d60d11 commit 707c612
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
package-lock.json
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/dynamo-archive)](http://www.rultor.com/p/yegor256/dynamo-archive)

[![Build Status](https://travis-ci.org/yegor256/dynamo-archive.svg)](https://travis-ci.org/yegor256/dynamo-archive)
[![NPM version](https://badge.fury.io/js/dynamo-archive.svg)](http://badge.fury.io/js/dynamo-archive)

There are two simple Node.js scripts that archive and restore an entire
Expand Down Expand Up @@ -66,3 +65,16 @@ do
rm $t.json
done
```

## How to contribute

Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure you build is green before you contribute
your pull request. You will need to have NodeJS and installed. Then:

```
$ npm install
$ npm test
```

If it's clean and you don't see any error messages, submit your pull request.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dotenv": "0.4.x",
"minimist": "1.2.x",
"proxy-agent": "^2.0.0",
"sleep": "3.0.x"
"sleep": "6.3.x"
},
"devDependencies": {
"tape": "~2.13.2",
Expand Down

0 comments on commit 707c612

Please sign in to comment.