@bem-react/di
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.2"></a> | ||
## [0.2.2](https://github.com/bem/bem-react-core/compare/@bem-react/di@0.2.1...@bem-react/di@0.2.2) (2018-08-29) | ||
**Note:** Version bump only for package @bem-react/di | ||
<a name="0.2.1"></a> | ||
@@ -8,0 +17,0 @@ ## [0.2.1](https://github.com/bem/bem-react-core/compare/@bem-react/di@0.2.0...@bem-react/di@0.2.1) (2018-08-29) |
{ | ||
"name": "@bem-react/di", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "BEM React Dependency Injection", | ||
@@ -27,3 +27,4 @@ "repository": { | ||
"lint": "__DEV__=1 tsc -p . --noEmit && tslint -p . -t stylish", | ||
"test": "echo 'PKG=di NODE_ENV=test jest --config=../../jest.config.js'" | ||
"unit": "../../node_modules/.bin/mocha --opts ../../mocha.opts --", | ||
"test": "npm run unit test/*.test.ts" | ||
}, | ||
@@ -33,3 +34,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "38ca8966475df69dfdeb537cf90f74f8fbd1dae3" | ||
"gitHead": "1dcfd3c05d5766b807f3b998e39d2ef94ff4d991" | ||
} |
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
6192