Skip to content

Commit 249794b

Browse files
committed
Remove Yarn from features
1 parent c54941f commit 249794b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bootstrap a new JavaScript module in five minutes or less.
1212
### Features
1313

1414
- [Node.js]'s [npm] package structure.
15-
- Fast, reliable, and secure dependency management with [Yarn].
15+
- Package management with [npm].
1616
- Next generation JavaScript with [Babel].
1717
- Examples with configurable options and arguments powered by [examplr].
1818
- Linting with the [JavaScript Standard Style] using [ESLint].
@@ -35,7 +35,6 @@ Bootstrap a new JavaScript module in five minutes or less.
3535
[Node.js]: https://nodejs.org/
3636
[Prettier]: https://prettier.io/
3737
[Shields.io]: https://shields.io/
38-
[Yarn]: https://yarnpkg.com/
3938
[examplr]: https://github.com/meltwater/node-examplr
4039
[npm]: https://www.npmjs.com/
4140
[nyc]: https://github.com/istanbuljs/nyc

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ makenew () {
5757
read -p '> GitHub user or organization name (my-user): ' mk_user
5858
read -p '> GitHub repository name (my-repo): ' mk_repo
5959

60-
sed_delete README.md '10,102d'
60+
sed_delete README.md '10,101d'
6161
sed_insert README.md '10i' 'TODO'
6262

6363
find_replace "s/\"version\": \".*\"/\"version\": \"0.0.0\"/g"

0 commit comments

Comments
 (0)