Skip to content

Commit

Permalink
getting rid of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Snkz committed Nov 4, 2014
1 parent b2e3404 commit 4424962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"description": "mongoose rollback machine",
"main": "mongoose-rollback.js",
"dependencies": {
"lodash": "^2.4.1",
"mongoose": "^3.8.18",
"should": "^4.1.0"
},
"devDependencies": {
"mocha": "^2.0.1"
"mocha": "^2.0.1",
"should": "^4.1.0"
},
"scripts": {
"test": "mocha"
Expand Down
1 change: 0 additions & 1 deletion test/basics.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var assert = require('assert');
var should = require('should');
var mongoose = require('mongoose');
var _ = require('lodash');
var Model = require('../models/model.js').Model;

describe('Mongoose Rollback Machine', function(done) {
Expand Down

0 comments on commit 4424962

Please sign in to comment.