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

Commit

Permalink
Move JS interface definition to a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jan 22, 2018
1 parent 56a0e8e commit 9727587
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 3 deletions.
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.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "interface-ipfs-core",
"version": "0.41.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "src/index.js",
"main": "js/src/index.js",
"scripts": {
"test": "exit 0",
"lint": "aegir lint",
Expand All @@ -13,8 +13,8 @@
"coverage-publish": "exit 0"
},
"files": [
"src/",
"test/"
"js/src/",
"js/test/"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 9727587

Please sign in to comment.