Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge 7d39212 into 5a417cf
Browse files Browse the repository at this point in the history
  • Loading branch information
srse committed Nov 7, 2016
2 parents 5a417cf + 7d39212 commit 1806ae9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -20,13 +20,13 @@
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.0.0",
"lodash.template": "^4.4.0",
"minimist": "^1.1.0",
"multipipe": "^0.1.2",
"object-assign": "^3.0.0",
"replace-ext": "0.0.1",
"multipipe": "^1.0.2",
"object-assign": "^4.1.0",
"replace-ext": "1.0.0",
"through2": "^2.0.0",
"vinyl": "^0.5.0"
"vinyl": "^2.0.0"
},
"devDependencies": {
"buffer-equal": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/File.js
Expand Up @@ -6,7 +6,7 @@ require('mocha');
describe('File()', function() {
it('should return a valid file', function(done) {
var fname = path.join(__dirname, './fixtures/test.coffee');
var base = path.join(__dirname, './fixtures/');
var base = path.join(__dirname, './fixtures');
var file = new util.File({
base: base,
cwd: __dirname,
Expand Down

0 comments on commit 1806ae9

Please sign in to comment.