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

Commit

Permalink
fix(build): point to the transpiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 28, 2016
1 parent 93058c3 commit 4ce4c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.14.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "exit(0)",
Expand Down Expand Up @@ -50,4 +50,4 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"nginnever <ginneversource@gmail.com>"
]
}
}

0 comments on commit 4ce4c21

Please sign in to comment.