Skip to content

Commit 9fd10ea

Browse files
committed
Release: v2.0.1
1 parent 5513cdc commit 9fd10ea

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ yarn add error-printer
88

99
###### How to test:
1010
```
11-
yarn test
11+
// Create folder with name "test" to project directory and then run this command:
12+
yarn example
1213
```
1314

1415
###### How to run:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "error-printer",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "This project was developed for Node JS APIs need to error handling on production.",
55
"main": "index.js",
66
"scripts": {
77
"start": "node .",
8-
"test": "node test"
8+
"example": "node example"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)