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

Commit 9727587

Browse files
committed
Move JS interface definition to a subdirectory
1 parent 56a0e8e commit 9727587

25 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.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "interface-ipfs-core",
33
"version": "0.41.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)