Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Migrate from yarn to npm
Browse files Browse the repository at this point in the history
Yarn lacks basic features like audit fix
  • Loading branch information
bmaupin committed Jan 9, 2020
1 parent 9aaf36d commit 23c1d3b
Show file tree
Hide file tree
Showing 4 changed files with 8,921 additions and 4,508 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,24 @@ For an example of actual usage, see https://github.com/bmaupin/civ5save-editor

### Installation

yarn add civ5save

Or:

npm install civ5save


### Development

1. Install Yarn (https://yarnpkg.com/docs/install)

2. Clone the repository and install dependencies

git clone https://github.com/bmaupin/js-civ5save.git
cd js-civ5save
yarn install
git clone https://github.com/bmaupin/js-civ5save.git
cd js-civ5save
npm install


### Testing

yarn test
npm test


### Building (includes documentation)

yarn build
npm run build


### Credits
Expand Down

0 comments on commit 23c1d3b

Please sign in to comment.