Skip to content

Commit

Permalink
feat(name): rename to beacon-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Dec 18, 2019
1 parent 441a0c8 commit ba17f59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallet-communication-sdk",
"name": "beacon-sdk",
"version": "0.0.1",
"description": "The wallet-communication-sdk is setup in a way to allow for p2p communication between wallets and dapps",
"description": "The beacon-sdk is setup in a way to allow for p2p communication between wallets and dapps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"homepage": "https://www.airgap.it",
"repository": {
"type": "git",
"url": "https://github.com/airgap-it/wallet-communication-sdk"
"url": "https://github.com/airgap-it/beacon-sdk"
},
"scripts": {
"build": "tsc",
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Wallet Communication SDK

[![npm](https://img.shields.io/npm/v/wallet-communication-sdk.svg?colorB=brightgreen)](https://www.npmjs.com/package/wallet-communication-sdk)
[![documentation](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://airgap-it.github.io/wallet-communication-sdk/)
[![build](https://img.shields.io/travis/airgap-it/wallet-communication-sdk.svg)](https://travis-ci.org/airgap-it/wallet-communication-sdk/)
[![codecov](https://img.shields.io/codecov/c/gh/airgap-it/wallet-communication-sdk.svg)](https://codecov.io/gh/airgap-it/wallet-communication-sdk/)
[![npm](https://img.shields.io/npm/v/beacon-sdk.svg?colorB=brightgreen)](https://www.npmjs.com/package/beacon-sdk)
[![documentation](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://airgap-it.github.io/beacon-sdk/)
[![build](https://img.shields.io/travis/airgap-it/beacon-sdk.svg)](https://travis-ci.org/airgap-it/beacon-sdk/)
[![codecov](https://img.shields.io/codecov/c/gh/airgap-it/beacon-sdk.svg)](https://codecov.io/gh/airgap-it/beacon-sdk/)

The `wallet-communication-sdk`
The `beacon-sdk`

## Getting started

Expand All @@ -21,8 +21,8 @@ Everything else gets installed automatically using `npm install`.
### Clone and Run

```
$ git clone https://github.com/airgap-it/wallet-communication-sdk.git
$ cd wallet-communication-sdk
$ git clone https://github.com/airgap-it/beacon-sdk.git
$ cd beacon-sdk
$ npm install
$ npm test
```

0 comments on commit ba17f59

Please sign in to comment.