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

Commit 21d2f33

Browse files
committed
fix aegir setup (test->src), make it buildable, remove require(raw! for fs, stop requiring fs inside functions (breaks webpack)
1 parent 3130b8f commit 21d2f33

File tree

14 files changed

+17
-30
lines changed

14 files changed

+17
-30
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "interface-ipfs-core",
33
"version": "0.1.5",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
5-
"main": "test/index.js",
6-
"jsnext:main": "test/index.js",
5+
"main": "lib/index.js",
6+
"jsnext:main": "src/index.js",
77
"scripts": {
88
"test": "exit(0)",
99
"build": "aegir-build node",
@@ -42,4 +42,4 @@
4242
"David Dias <[email protected]>",
4343
"Friedel Ziegelmayer <[email protected]>"
4444
]
45-
}
45+
}
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.

0 commit comments

Comments
 (0)