Skip to content

Commit

Permalink
Rename plasma.js => plasma-js
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Mar 18, 2019
1 parent 4a5e0e7 commit 3337038
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All of the core plasma group projects are hosted inside of the [packages](https:
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`@pigi/contracts`](/packages/contracts) | [![npm](https://img.shields.io/npm/v/@pigi/contracts.svg)](https://www.npmjs.com/package/@pigi/contracts) | Core Vyper contracts used for the PG plasma chain.
| [`@pigi/core`](/packages/core) | [![npm](https://img.shields.io/npm/v/@pigi/core.svg)](https://www.npmjs.com/package/@pigi/core) | Core PG plasma chain client modules.
| [`@pigi/plasma.js`](/packages/plasma.js) | [![npm](https://img.shields.io/npm/v/@pigi/plasma.js.svg)](https://www.npmjs.com/package/@pigi/plasma.js) | JS client library for interacting with PG plasma chains.
| [`@pigi/plasma-js`](/packages/plasma-js) | [![npm](https://img.shields.io/npm/v/@pigi/plasma-js.svg)](https://www.npmjs.com/package/@pigi/plasma-js) | JS client library for interacting with PG plasma chains.
| [`@pigi/utils`](/packages/utils) | [![npm](https://img.shields.io/npm/v/@pigi/utils.svg)](https://www.npmjs.com/package/@pigi/utils) | Utilities used in many PG projects.
| [`@pigi/verifier`](/packages/verifier) | [![npm](https://img.shields.io/npm/v/@pigi/verifier.svg)](https://www.npmjs.com/package/@pigi/verifier) | State transition execution library for PG plasma chains.
| [`@pigi/vyper-js`](/packages/vyper-js) | [![npm](https://img.shields.io/npm/v/@pigi/vyper-js.svg)](https://www.npmjs.com/package/@pigi/vyper-js) | JavaScript bindings for the Vyper compiler.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pigi/plasma.js",
"name": "@pigi/plasma-js",
"version": "0.0.1-alpha.7",
"description": "PG client library",
"main": "build/index.js",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3337038

Please sign in to comment.