Skip to content

Commit

Permalink
Modify index.js edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuk committed Aug 17, 2016
1 parent e58ffca commit 5f4e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,5 @@ Language.prototype.text = function(content, options) {
return this.document(options);
};

Language.v1beta1 = require('./v1beta1');
module.exports = Language;
module.exports.v1beta1 = require('./v1beta1');

0 comments on commit 5f4e5d2

Please sign in to comment.