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

Commit 88c796c

Browse files
committed
Merge pull request #19 from noffle/src-to-test
rename src to test
2 parents da8c2ce + 859fe03 commit 88c796c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "interface-ipfs-core",
33
"version": "0.1.5",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
5-
"main": "lib/index.js",
6-
"jsnext:main": "src/index.js",
5+
"main": "test/index.js",
6+
"jsnext:main": "test/index.js",
77
"scripts": {
88
"test": "exit(0)",
99
"build": "aegir-build node",

src/index.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict'
2+
3+
exports.all = () => {}
4+
exports.object = require('./object')
File renamed without changes.

0 commit comments

Comments
 (0)