Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simplisticated/zip-monster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: simplisticated/zip-monster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing with 3,950 additions and 2,660 deletions.
  1. +3 −3 README.md
  2. +3,945 −0 package-lock.json
  3. +2 −2 package.json
  4. +0 −40 src/engine/index.test.ts
  5. +0 −2,615 yarn.lock
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,19 +19,19 @@
Type in Terminal:

```
npm install --save @russo-programmisto/zip-monster
npm install --save @simplisticated/zip-monster
```

or, if you prefer **yarn** over **npm**, type:

```
yarn add @russo-programmisto/zip-monster
yarn add @simplisticated/zip-monster
```

Then add import instruction to your code:

```typescript
import ZipMonster from '@russo-programmisto/zip-monster'
import ZipMonster from '@simplisticated/zip-monster'
```

## Requirements
Loading