Update build process to include NPM packaging

This commit is contained in:
Andrew Miner
2016-04-04 19:10:59 -07:00
parent 7b1930ef5c
commit e59b541b1b
3 changed files with 36 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
#
# Crafting Guide - client.coffee
#
# Copyright © 2014-2016 by Redwood Labs
# All rights reserved.
#
require './common/underscore'
########################################################################################################################
module.exports =
constants: require './common/constants'
Mod: require './client/models/game/mod'
ModParser: require './client/models/parsing/mod_parser'
ModVersion: require './client/models/game/mod_version'
ModVersionParser: require './client/models/parsing/mod_version_parser'