We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f30d7 commit e5a9381Copy full SHA for e5a9381
gulpfile.js
index.js renamed to nwire.js
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "nwire",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Simplified dependency injection in Node.js",
5
- "main": "index.js",
+ "main": "nwire.js",
6
"scripts": {
7
- "test": "gulp test"
+ "test": "mocha tests"
8
},
9
"repository": {
10
"type": "git",
@@ -24,10 +24,6 @@
24
"homepage": "https://github.com/divmgl/nwire#readme",
25
"devDependencies": {
26
"chai": "^3.2.0",
27
- "gulp": "^3.9.0",
28
- "gulp-mocha": "^2.1.3",
29
- "gulp-plumber": "^1.0.1",
30
- "gulp-util": "^3.0.6",
31
"lodash": "^3.10.1",
32
"mocha": "^2.2.5"
33
}
0 commit comments