Skip to content

Commit 76f58d6

Browse files
bfirshclaude
andcommitted
Update README.md to use npm instead of yarn
- Remove yarn installation option - Update build, test, and format commands to use npm - Aligns with migration from yarn to npm 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9834686 commit 76f58d6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ For Node.js or Webpack:
1010

1111
$ npm install jsnes
1212

13-
(Or `yarn add jsnes`.)
1413

1514
In the browser, you can use [unpkg](https://unpkg.com):
1615

@@ -56,13 +55,13 @@ nes.frame();
5655

5756
To build a distribution:
5857

59-
$ yarn run build
58+
$ npm run build
6059

6160
This will create `dist/jsnes.min.js`.
6261

6362
## Running tests
6463

65-
$ yarn test
64+
$ npm test
6665

6766
## Embedding JSNES in a web page
6867

@@ -80,7 +79,7 @@ All code must conform to [Prettier](https://prettier.io/) formatting. The test s
8079

8180
To automatically format all your code, run:
8281

83-
$ yarn run format
82+
$ npm run format
8483

8584
## Maintainers
8685

0 commit comments

Comments
 (0)