Comparing version 0.3.1 to 1.0.0
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "awilix", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Simple dependency injection container + helper utilities to facilitate wiring of modules", | ||
@@ -36,13 +36,13 @@ "main": "lib/awilix.js", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^2.4.0", | ||
"eslint-watch": "^2.1.10", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^2.4.5", | ||
"sinon": "^1.17.3", | ||
"coveralls": "^2.11.9", | ||
"eslint": "^2.13.0", | ||
"eslint-watch": "^2.1.11", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^2.5.3", | ||
"sinon": "^1.17.4", | ||
"sinon-chai": "^2.8.0" | ||
}, | ||
"dependencies": { | ||
"glob": "^7.0.0" | ||
"glob": "^7.0.4" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
> This is the `v1` branch of Awilix for Node v4 and above. The API in v2 changed dramatically. If you are using Node v6 or above, you should consider migrating to the latest version. | ||
# Awilix | ||
@@ -6,4 +8,4 @@ | ||
[![devDependency Status](https://david-dm.org/jeffijoe/awilix/dev-status.svg)](https://david-dm.org/jeffijoe/awilix#info=devDependencies) | ||
[![Build Status](https://travis-ci.org/jeffijoe/awilix.svg?branch=master)](https://travis-ci.org/jeffijoe/awilix) | ||
[![Coverage Status](https://coveralls.io/repos/github/jeffijoe/awilix/badge.svg?branch=master)](https://coveralls.io/github/jeffijoe/awilix?branch=master) | ||
[![Build Status](https://travis-ci.org/jeffijoe/awilix.svg?branch=v1)](https://travis-ci.org/jeffijoe/awilix) | ||
[![Coverage Status](https://coveralls.io/repos/github/jeffijoe/awilix/badge.svg?branch=v1)](https://coveralls.io/github/jeffijoe/awilix?branch=v1) | ||
[![Code Climate](https://codeclimate.com/github/jeffijoe/awilix/badges/gpa.svg)](https://codeclimate.com/github/jeffijoe/awilix) | ||
@@ -16,3 +18,3 @@ | ||
``` | ||
npm install awilix --save | ||
npm install awilix@1 --save | ||
``` | ||
@@ -19,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
55581
0
483
Updatedglob@^7.0.4