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

Commit d20afe3

Browse files
magik6kdaviddias
authored andcommitted
chore: move JS interface to a subdirectory to create space for the Go Interface
1 parent 7df8979 commit d20afe3

28 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "interface-ipfs-core",
33
"version": "0.42.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
5-
"main": "src/index.js",
5+
"main": "js/src/index.js",
66
"scripts": {
77
"test": "exit 0",
88
"lint": "aegir lint",
@@ -13,8 +13,8 @@
1313
"coverage-publish": "exit 0"
1414
},
1515
"files": [
16-
"src/",
17-
"test/"
16+
"js/src/",
17+
"js/test/"
1818
],
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)