Skip to content

Commit

Permalink
remove neo (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: soralit <soralitria@gmail.com>
  • Loading branch information
soralit and soralit authored Feb 24, 2021
1 parent 296bd9e commit 24325fb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crypto-coin-kit [![Build Status](https://travis-ci.org/cobowallet/crypto-coin-kit.svg?branch=master)](https://travis-ci.org/cobowallet/crypto-coin-kit)

crypto-coin-kit is the common library for crypto coins like BTC, ETH, NEO, XZC, etc.
crypto-coin-kit is the common library for crypto coins like BTC, ETH, XZC, etc.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-coin-kit",
"version": "0.3.1",
"version": "0.3.2",
"description": "crypto coin kit for common coins",
"main": "./dist/index.js",
"scripts": {
Expand Down
37 changes: 0 additions & 37 deletions src/__tests__/fixtures/neo.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {ETH} from './ETH';
import {IOST} from './IOST';
import KeyProvider from './keyProvider';
import {LTC} from './LTC';
import {NEO} from './NEO';
import {TRON} from './TRON';
import * as utils from './utils';
import {XRP} from './XRP';
Expand All @@ -20,7 +19,6 @@ import {CFX} from './CFX'
export default {
coins: {
XRP,
NEO,
XZC,
DCR,
ETH,
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
DCR: './src/DCR/index.ts',
ETC: './src/ETC/index.ts',
ETH: './src/ETH/index.ts',
NEO: './src/NEO/index.ts',
XRP: './src/XRP/index.ts',
XZC: './src/XZC/index.ts',
BCH: './src/BCH/index.ts',
Expand Down

0 comments on commit 24325fb

Please sign in to comment.