Skip to content

Commit adb85e2

Browse files
authored
Merge pull request #55 from schveiguy/add-package
Add a package file to make importing easier.
2 parents ffb8148 + 8ac4153 commit adb85e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/iopipe/json/package.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module iopipe.json;
2+
3+
public import iopipe.json.parser, iopipe.json.serialize, iopipe.json.dom;

0 commit comments

Comments
 (0)