Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

rename src to test #19

Merged
merged 1 commit into from
May 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "interface-ipfs-core",
"version": "0.1.5",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"main": "test/index.js",
"jsnext:main": "test/index.js",
"scripts": {
"test": "exit(0)",
"build": "aegir-build node",
Expand Down
4 changes: 0 additions & 4 deletions src/index.js

This file was deleted.

4 changes: 4 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict'

exports.all = () => {}
exports.object = require('./object')
File renamed without changes.