create-node-library
Advanced tools
Comparing version 0.0.3 to 0.0.4
# Changelog | ||
## [0.0.4] - 2019-06-06 | ||
### General | ||
- Upgrade jest dependencies. | ||
- Upgrade rollup dependencies. | ||
- Upgrade typescript to version 3.5.1. | ||
- Removed package-lock.json. | ||
## [0.0.3] - 2019-05-09 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "create-node-library", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "node library bootstrap cli", | ||
@@ -59,2 +59,7 @@ "main": "dist/index.js", | ||
}, | ||
"sonar": { | ||
"projectKey": "DaNautilus_create-node-library", | ||
"sources": "src", | ||
"reportPaths": "test/coverage/lcov.info" | ||
}, | ||
"contributors": [ | ||
@@ -69,13 +74,14 @@ { | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"@types/jest": "^24.0.13", | ||
"dts-bundle": "^0.7.3", | ||
"jest": "^24.7.1", | ||
"jest-environment-node": "^24.7.1", | ||
"ini": "^1.3.5", | ||
"jest": "^24.8.0", | ||
"jest-environment-node": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.10.1", | ||
"rollup": "^1.14.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-typescript2": "^0.21.0", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.5" | ||
"tslint": "^5.17.0", | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -85,3 +91,3 @@ "dependencies": { | ||
"chalk": "^2.4.2", | ||
"esm": "^3.2.22", | ||
"esm": "^3.2.25", | ||
"execa": "^1.0.0", | ||
@@ -88,0 +94,0 @@ "handlebars": "^4.1.2", |
@@ -13,3 +13,9 @@ <h1 align="center">Create Node Library</h1> | ||
</a> | ||
<a href="https://greenkeeper.io/"> | ||
<a href="https://sonarcloud.io/dashboard?id=DaNautilus_create-node-library"> | ||
<img src="https://sonarcloud.io/api/project_badges/measure?project=DaNautilus_create-node-library&metric=coverage" alt="coverage" /> | ||
</a> | ||
<a href="https://sonarcloud.io/dashboard/index/DaNautilus_create-node-library"> | ||
<img src="https://sonarcloud.io/api/project_badges/measure?project=DaNautilus_create-node-library&metric=alert_status" alt="quality gate" /> | ||
</a> | ||
<a href="https://greenkeeper.io/"> | ||
<img src="https://badges.greenkeeper.io/DaNautilus/create-node-library.svg" alt="greenkeeper" /> | ||
@@ -16,0 +22,0 @@ </a> |
29530
25
12
Updatedesm@^3.2.25