fbp-manifest
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "fbp-manifest", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Flow-Based Programming Manifest tools", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "nyc grunt test" | ||
}, | ||
@@ -27,2 +27,3 @@ "repository": { | ||
"chai": "^4.0.1", | ||
"coveralls": "^3.0.0", | ||
"eslint-config-standard": "^10.2.1", | ||
@@ -38,3 +39,4 @@ "eslint-plugin-import": "^2.8.0", | ||
"grunt-yamllint": "^0.3.0", | ||
"mocha": "^4.0.0" | ||
"mocha": "^4.0.0", | ||
"nyc": "^11.2.1" | ||
}, | ||
@@ -45,5 +47,12 @@ "dependencies": { | ||
"commander": "^2.9.0", | ||
"fbp": "~1.5.0", | ||
"fbp": "^1.5.0", | ||
"tv4": "^1.2.7" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"index.js", | ||
"src/*.js", | ||
"src/**/*.js" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp-manifest.svg)](https://greenkeeper.io/) | ||
Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp-manifest.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp-manifest/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp-manifest?branch=master) | ||
===================================== | ||
@@ -10,3 +10,3 @@ | ||
Early stages | ||
Used in production with NoFlo, both for Node.js and for [producing browser builds](https://github.com/noflo/noflo-component-loader). | ||
@@ -13,0 +13,0 @@ ## Tools |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54523
0
14
+ Addedfbp@1.8.0(transitive)
- Removedfbp@1.5.0(transitive)
Updatedfbp@^1.5.0