Skip to content

Commit cf49752

Browse files
committed
0.0.4
1 parent 3a119ee commit cf49752

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To this:
7373

7474
Also if you have .env file in your project root it will be loaded on every command
7575

76-
// example .env file
77-
78-
NODE_PATH=./:./lib
79-
PORT=5000
76+
```
77+
NODE_PATH=./:./lib
78+
PORT=5000
79+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-npm-run",
33
"description": "Better NPM scripts runner",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"author": "Benjamin Orozco <[email protected]>",
77
"contributors": [

0 commit comments

Comments
 (0)