Skip to content

Commit

Permalink
Remove stray require('regenerate')
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 29, 2013
1 parent 4724811 commit 83e45ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/process-data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var fs = require('fs');
var _ = require('lodash');
var stringEscape = require('string-escape');
var regenerate = require('regenerate');

// http://www.whatwg.org/specs/web-apps/current-work/multipage/entities.json
var data = JSON.parse(fs.readFileSync('data/entities.json', 'utf8'));
Expand Down

0 comments on commit 83e45ac

Please sign in to comment.