Skip to content

Commit

Permalink
UPDATE(package.json): change name repository
Browse files Browse the repository at this point in the history
Change the name of the repository to middle-injector.
  • Loading branch information
Alberto Iglesias Gallego committed Dec 5, 2016
1 parent 25a6dc6 commit 76d57f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "middle-inyector",
"name": "middle-injector",
"version": "1.0.0",
"description": "Middle inyectorr is a tool to prepare the app to test middlewares, this tool will set all necesary dependences and variables to the APP on selected framework(Express, etc). It is usefull for test a unitary middleware.",
"description": "Middle injector is a tool to prepare the app to test middlewares, this tool will set all necesary dependences and variables to the APP on selected framework(Express, etc). It is usefull for test a unitary middleware.",
"main": "index.js",
"scripts": {
"test": "NODE_PATH=./lib ./node_modules/mocha/bin/mocha test/ --recursive",
"test-travis": "NODE_PATH=./lib ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha test/ -- --recursive "
},
"keywords": [
"test",
"inyector",
"injector",
"app",
"express",
"middleware"
Expand Down

0 comments on commit 76d57f4

Please sign in to comment.