Files
atom/exports/atom-api.coffee
Kevin Sawicki d322f9a5fa Add exports folder to NODE_PATH
This is where all public classes will be exported through
2013-09-20 10:02:18 -07:00

4 lines
91 B
CoffeeScript

module.exports =
WorkspaceView: require './src/root-view'
fs: require './src/fs-utils'