@bem-react/di
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.3"></a> | ||
## [0.2.3](https://github.com/bem/bem-react-core/compare/@bem-react/di@0.2.2...@bem-react/di@0.2.3) (2018-08-30) | ||
**Note:** Version bump only for package @bem-react/di | ||
<a name="0.2.2"></a> | ||
@@ -8,0 +17,0 @@ ## [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) |
{ | ||
"name": "@bem-react/di", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "BEM React Dependency Injection", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"unit": "../../node_modules/.bin/mocha --opts ../../mocha.opts --", | ||
"test": "npm run unit test/*.test.ts" | ||
"test": "../../node_modules/.bin/nyc npm run unit test/*.test.ts" | ||
}, | ||
@@ -34,3 +34,19 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "1dcfd3c05d5766b807f3b998e39d2ef94ff4d991" | ||
"nyc": { | ||
"include": [ | ||
"di.tsx" | ||
], | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"reporter": [ | ||
"text", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true, | ||
"all": true | ||
}, | ||
"gitHead": "c6f8cd0423ca4d872aad1925bac6a552e82ac626" | ||
} |
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
6636