Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Prepare beta.3 with repository URL in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Apr 22, 2020
1 parent 1d9785e commit 6667730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Uniswap V2

[![Actions Status](https://github.com/Uniswap/uniswap-v2-core/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-core/actions)
[![Version](https://img.shields.io/npm/v/@uniswap/v2-core)](https://unpkg.com/browse/@uniswap/v2-core@latest/)
[![Version](https://img.shields.io/npm/v/@uniswap/v2-core)](https://www.npmjs.com/package/@uniswap/v2-core)

In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).

The built contract artifacts can be found in the [NPM package](https://unpkg.com/browse/@uniswap/v2-core@latest/).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@uniswap/v2-core@latest/).

# Local Development

The following assumes the use of `node@>=10`.

## Clone Repository

`git clone https://github.com/Uniswap/uniswap-v2-core.git`

## Install Dependencies

`yarn`
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@uniswap/v2-core",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"files": [
"contracts",
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/Uniswap/uniswap-v2-core"
},
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 6667730

Please sign in to comment.