We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5513cdc commit 9fd10eaCopy full SHA for 9fd10ea
2 files changed
README.md
@@ -8,7 +8,8 @@ yarn add error-printer
8
9
###### How to test:
10
```
11
-yarn test
+// Create folder with name "test" to project directory and then run this command:
12
+yarn example
13
14
15
###### How to run:
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "error-printer",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "This project was developed for Node JS APIs need to error handling on production.",
5
"main": "index.js",
6
"scripts": {
7
"start": "node .",
- "test": "node test"
+ "example": "node example"
},
"repository": {
"type": "git",
0 commit comments