Skip to content

Commit

Permalink
Start v6
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Oct 26, 2014
1 parent 3abaae0 commit b671666
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_generate/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

var fs = require('fs'),
path = require('path'),
ref = require('../../reference/v5.json'),
ref = require('../../reference/v6.json'),
_ = require('underscore');

function tmpl(x) {
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ module.exports.v2 = require('./reference/v2.json');
module.exports.v3 = require('./reference/v3.json');
module.exports.v4 = require('./reference/v4.json');
module.exports.v5 = require('./reference/v5.json');
module.exports.v6 = require('./reference/v6.json');
Loading

0 comments on commit b671666

Please sign in to comment.