Skip to content

Commit

Permalink
refactor: remove unnecessary tests (ipfs#450)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off by: Nitin Patel <nitinpatel278@gmail.com>
  • Loading branch information
niinpatel authored and Alan Shaw committed Mar 20, 2019
1 parent d9a0afc commit 0f256bf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 110 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ In order to be considered "valid", an IPFS core implementation must expose the A
- [key](/SPEC/KEY.md)
- [stats](/SPEC/STATS.md)
- [repo](/SPEC/REPO.md)
- [**Types**](/SPEC/TYPES.md)
- [**Util**](/SPEC/UTIL.md)

## Contribute

Expand Down
11 changes: 0 additions & 11 deletions SPEC/TYPES.md

This file was deleted.

6 changes: 0 additions & 6 deletions SPEC/UTIL.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ exports.key = require('./key')
exports.miscellaneous = require('./miscellaneous')
exports.repo = require('./repo')
exports.stats = require('./stats')
exports.types = require('./types')
exports.util = require('./util')
49 changes: 0 additions & 49 deletions src/types.js

This file was deleted.

40 changes: 0 additions & 40 deletions src/util.js

This file was deleted.

0 comments on commit 0f256bf

Please sign in to comment.