@naturalcycles/js-lib
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
## [2.0.1](https://github.com/NaturalCycles/js-lib/compare/v2.0.0...v2.0.1) (2019-02-09) | ||
### Bug Fixes | ||
* use [@naturalcycles](https://github.com/naturalcycles)/semantic-release ([3e65c99](https://github.com/NaturalCycles/js-lib/commit/3e65c99)) | ||
# [2.0.0](https://github.com/NaturalCycles/js-lib/compare/v1.0.0...v2.0.0) (2019-02-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@naturalcycles/js-lib", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"scripts": { | ||
@@ -18,5 +18,4 @@ "build": "del ./dist && tsc", | ||
"devDependencies": { | ||
"@naturalcycles/semantic-release": "^1.0.0", | ||
"@naturalcycles/shared-module": "^1.0.25", | ||
"@semantic-release/changelog": "^3.0.1", | ||
"@semantic-release/git": "^7.0.5", | ||
"@types/jest": "^23.3.5", | ||
@@ -29,3 +28,2 @@ "@types/node": "^10.0.0", | ||
"prettier": "^1.14.3", | ||
"semantic-release": "^15.10.8", | ||
"ts-jest": "^23.10.4", | ||
@@ -40,3 +38,2 @@ "ts-node": "^8.0.2", | ||
"src", | ||
"!src/scripts", | ||
"!src/test", | ||
@@ -43,0 +40,0 @@ "!src/**/*.test.*", |
@@ -43,8 +43,6 @@ ## @naturalcycles/js-lib | ||
Written in Typescript. | ||
Transpiled to Javascript with es2017 as target (can be reviewed to be repackaged as es2015 if needed). Uses `commonjs` module system (to be reviewed). | ||
Exported in `dist` folder, together with `*.dt` (to be checked if `*.js.map` is needed too or not). | ||
`master` is production branch. | ||
- `engines.node >= 8.11`: Node.js LTS | ||
- `main: dist/index.js`: commonjs, es2015 | ||
- `module: dist-esm/index.js`: esm, es2015 | ||
- `types: dist/index.d.ts`: typescript types | ||
- `/src` folder with source `*.ts` files included |
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
101227
13
48