1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Remove unused var.

This commit is contained in:
hacksalot 2016-02-11 22:03:49 -05:00
parent 31e0bb69cc
commit da7cd28734
2 changed files with 4 additions and 10 deletions

8
dist/index.js vendored
View File

@ -6,14 +6,10 @@ External API surface for HackMyResume.
*/ */
/** /** API facade for HackMyResume. */
API facade for HackMyCore.
*/
(function() { (function() {
var HackMyCore; module.exports = {
HackMyCore = module.exports = {
verbs: { verbs: {
build: require('./verbs/build'), build: require('./verbs/build'),
analyze: require('./verbs/analyze'), analyze: require('./verbs/analyze'),

View File

@ -6,11 +6,9 @@ External API surface for HackMyResume.
###* ###* API facade for HackMyResume. ###
API facade for HackMyCore.
###
HackMyCore = module.exports = module.exports =
verbs: verbs:
build: require './verbs/build' build: require './verbs/build'