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

Commit

Permalink
chore: move JS interface to a subdirectory to create space for the Go…
Browse files Browse the repository at this point in the history
… Interface
  • Loading branch information
magik6k authored and daviddias committed Jan 25, 2018
1 parent 7df8979 commit d20afe3
Show file tree
Hide file tree
Showing 28 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.
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.42.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 d20afe3

Please sign in to comment.