Skip to content

Commit

Permalink
Update readme and package info
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Oct 5, 2020
1 parent 4f5e0e2 commit c16448e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,11 +1,13 @@
# ENS.js V2

This is the rewrite of `ensjs`. If you are looking for the previous version, look for [ethereum-ens](https://www.npmjs.com/package/ethereum-ens)

## Overview of the API

### Setup

```
import ENS, { getEnsAddress } from '@ensdomains/ensjs2'
import ENS, { getEnsAddress } from '@ensdomains/ensjs'
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ensjs-v2",
"version": "0.0.5",
"name": "@ensdomains/ensjs",
"version": "0.2.0",
"description": "ens.js v2",
"main": "dist/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"scripts": {
"test": "jest --watch --verbose",
"build": "babel src -d dist --ignore src/**/*.test.js,**/__tests__/**,src/testing-utils",
"pub": "yarn build && yarn publish"
"pub": "yarn build && yarn publish --access public"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit c16448e

Please sign in to comment.