Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "bncl-node", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Node Module for the bpmn natural creation language", | ||
@@ -29,5 +29,5 @@ "main": "lib/index.js", | ||
"chai": "^4.1.2", | ||
"mocha": "^6.0.0", | ||
"mocha": "^6.1.1", | ||
"winston": "^3.0.0" | ||
} | ||
} |
# bncl-node | ||
Node Module for the [bpmn natural creation language](https://github.com/pinussilvestrus/bncl) | ||
Node.js module for the [bpmn natural creation language](https://github.com/pinussilvestrus/bncl) | ||
@@ -24,4 +24,4 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/pinussilvestrus/bncl-node.svg)](https://greenkeeper.io/) ![Travis Status](https://travis-ci.org/pinussilvestrus/bncl-node.svg?branch=master) | ||
return Bncl.parseBncl(bnclString).then(res => { | ||
console.log(res); | ||
}); | ||
console.log(res); | ||
}); | ||
``` | ||
@@ -28,0 +28,0 @@ |
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
39321
10