Skip to content

Commit 674e4b9

Browse files
committed
feature(package) itype v2.0.0
1 parent 5ab4c76 commit 674e4b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var fs = require('fs'),
66
pipe = require('pipe-io/legacy'),
77
extendy = require('extendy'),
88
assert = require('assert'),
9-
type = require('itype');
9+
type = require('itype/legacy');
1010

1111
module.exports.read = function(files, options, callback) {
1212
var done = [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"dependencies": {
1717
"extendy": "~1.0.0",
18-
"itype": "~1.0.0",
18+
"itype": "^2.0.0",
1919
"pipe-io": "^2.0.1"
2020
},
2121
"license": "MIT"

0 commit comments

Comments
 (0)