Skip to content

Commit

Permalink
feat(generic): expose some util methods through JS API
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and malept committed Jan 4, 2017
1 parent 75f217a commit a506dd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import _package from './package';
import publish from './publish';
import start from './start';

import getForgeConfig from '../util/forge-config';
import readPackageJSON from '../util/read-package-json';

module.exports = {
'import': _import, // eslint-disable-line
init,
Expand All @@ -18,4 +21,8 @@ module.exports = {
'package': _package, // eslint-disable-line
publish,
start,
utils: {
getForgeConfig,
readPackageJSON,
},
};

0 comments on commit a506dd3

Please sign in to comment.