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

Commit

Permalink
Merge pull request #4 from tomchentw/master
Browse files Browse the repository at this point in the history
test(main): remove unused require to pass test
  • Loading branch information
stevelacy committed Jan 5, 2014
2 parents 6ffaf4a + 0a2d329 commit a6413fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions test/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
var fs = require('fs');
var gutil = require('gulp-util');
var es = require('event-stream');
var fs = require('fs');
var should = require('should');
var bump = require('../');

Expand Down
4 changes: 1 addition & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"author": "Steve Lacy me@slacy.me (slacy.me)",
"main": "./index.js",
"dependencies": {
"semver":"*",
"gulp":"*",
"event-stream":"*"
"semver":"*"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit a6413fb

Please sign in to comment.