trooba-bootstrap
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "trooba-bootstrap", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "bootstrap trooba pipeline from json configuration", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org" | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
@@ -32,14 +32,11 @@ "devDependencies": { | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.4.2" | ||
"mocha": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"merge-deep": "^3.0.0", | ||
"resolve-from": "^3.0.0", | ||
"resolve-from": "^4.0.0", | ||
"shortstop": "^1.0.3", | ||
"shortstop-handlers": "^1.0.1", | ||
"trooba": "^2.0.2" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
# trooba-bootstrap | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/trooba/trooba-bootstrap.svg)](https://greenkeeper.io/) | ||
Bootstrap Trooba pipeline from configuration file. | ||
@@ -207,4 +209,2 @@ | ||
The support for what is described here is yet to be implemented. | ||
```js | ||
@@ -211,0 +211,0 @@ const profiles = { |
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
17296
+ Addedresolve-from@4.0.0(transitive)
- Removedresolve-from@3.0.0(transitive)
Updatedresolve-from@^4.0.0