File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Bootstrap a new JavaScript module in five minutes or less.
12
12
### Features
13
13
14
14
- [ Node.js] 's [ npm] package structure.
15
- - Fast, reliable, and secure dependency management with [ Yarn ] .
15
+ - Package management with [ npm ] .
16
16
- Next generation JavaScript with [ Babel] .
17
17
- Examples with configurable options and arguments powered by [ examplr] .
18
18
- Linting with the [ JavaScript Standard Style] using [ ESLint] .
@@ -35,7 +35,6 @@ Bootstrap a new JavaScript module in five minutes or less.
35
35
[ Node.js ] : https://nodejs.org/
36
36
[ Prettier ] : https://prettier.io/
37
37
[ Shields.io ] : https://shields.io/
38
- [ Yarn ] : https://yarnpkg.com/
39
38
[ examplr ] : https://github.com/meltwater/node-examplr
40
39
[ npm ] : https://www.npmjs.com/
41
40
[ nyc ] : https://github.com/istanbuljs/nyc
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ makenew () {
57
57
read -p ' > GitHub user or organization name (my-user): ' mk_user
58
58
read -p ' > GitHub repository name (my-repo): ' mk_repo
59
59
60
- sed_delete README.md ' 10,102d '
60
+ sed_delete README.md ' 10,101d '
61
61
sed_insert README.md ' 10i' ' TODO'
62
62
63
63
find_replace " s/\" version\" : \" .*\" /\" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments