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

Commit ebb7996

Browse files
committed
point main to src while under dev
1 parent 7c0d2b3 commit ebb7996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ipfs-api",
33
"version": "6.0.3",
44
"description": "A client library for the IPFS API",
5-
"main": "lib/index.js",
5+
"main": "src/index.js",
66
"jsnext:main": "src/index.js",
77
"scripts": {
88
"test": "gulp test",

0 commit comments

Comments
 (0)