Skip to content

Commit

Permalink
[#60,misc][s]: remove tools.js as now separate datapackage node modul…
Browse files Browse the repository at this point in the history
…e and refactor as appropriate.
  • Loading branch information
rufuspollock committed Oct 24, 2013
1 parent c40c8c0 commit a3278d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 462 deletions.
2 changes: 1 addition & 1 deletion lib/model.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var request = require('request')
, marked = require('marked')
, tools = require('./tools.js')
, tools = require('datapackage')
;

var Catalog = function() {
Expand Down
282 changes: 0 additions & 282 deletions lib/tools.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"request": "",
"marked": "",
"JSV": "",
"csv": ""
"csv": "",
"datapackage": ""
}
, "devDependencies": {
"supertest": "",
Expand Down
Loading

0 comments on commit a3278d1

Please sign in to comment.