Skip to content

Commit

Permalink
Version bump, removed gulp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divmgl committed Oct 7, 2015
1 parent 84f30d7 commit e5a9381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
15 changes: 0 additions & 15 deletions gulpfile.js

This file was deleted.

File renamed without changes.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nwire",
"version": "0.1.2",
"version": "0.1.3",
"description": "Simplified dependency injection in Node.js",
"main": "index.js",
"main": "nwire.js",
"scripts": {
"test": "gulp test"
"test": "mocha tests"
},
"repository": {
"type": "git",
Expand All @@ -24,10 +24,6 @@
"homepage": "https://github.com/divmgl/nwire#readme",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"lodash": "^3.10.1",
"mocha": "^2.2.5"
}
Expand Down

0 comments on commit e5a9381

Please sign in to comment.