Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 06e6104

Browse files
committed
npm-package-v1.0.1
1 parent daac15f commit 06e6104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Bootstrap a new [npm package] in less than a minute.
4040
Optionally, reset to the latest [release][Releases] with
4141

4242
```
43-
$ git reset --hard npm-package-v1.0.0
43+
$ git reset --hard npm-package-v1.0.1
4444
```
4545

4646
2. Run

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "makenew-npm-package",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "npm package skeleton.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)