Skip to content

Commit

Permalink
Package exports dryads
Browse files Browse the repository at this point in the history
This is temporary for this alpha branch.
It will not be in a public release and should not be depended upon.
  • Loading branch information
crucialfelix committed Dec 2, 2015
1 parent 33907b3 commit ef4cf9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ exports.lang = exports.sclang = require('./lib/lang/sclang');
exports.server = exports.scsynth = require('./lib/server/server');
exports.scapi = require('./lib/scapi');
exports.resolveOptions = require('./lib/utils/resolveOptions');

exports.dryads = require('./lib/server/dryads');
exports.map = require('./lib/map');

0 comments on commit ef4cf9d

Please sign in to comment.