Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksun1 committed Oct 16, 2016
1 parent 187a17c commit a3b14b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bazza",
"version": "0.2.0",
"description": "",
"description": "An IOC container for NodeJS",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/lab -a code -c -L",
"test-and-fix": "node_modules/.bin/lab -a code -c -L --lint-fix -r console -o stdout -r html -o coverage.html",
"travis": "./node_modules/.bin/lab --assert code --verbose --coverage -r lcov | node_modules/.bin/coveralls"
"test": "lab -a code -c -L",
"test-and-fix": "lab -a code -c -L --lint-fix -r console -o stdout -r html -o coverage.html",
"travis": "lab --assert code --verbose --coverage -r lcov | coveralls"
},
"engines": {
"node": ">=4.0.0"
Expand All @@ -16,7 +16,8 @@
"url": "git+https://github.com/blacksun1/bazza.git"
},
"keywords": [
"ioc"
"ioc",
"container"
],
"author": {
"name": "Simon Bruce",
Expand Down

0 comments on commit a3b14b6

Please sign in to comment.