Comparing version 0.1.1 to 0.1.2
@@ -59,4 +59,4 @@ 'use strict'; | ||
return options; | ||
} | ||
} | ||
} | ||
} | ||
@@ -63,0 +63,0 @@ try { |
{ | ||
"name": "geni", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "geni is a script generator based in templates and json data.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/armand1m/geni.git" | ||
}, | ||
"main": "geni.js", | ||
@@ -6,0 +10,0 @@ "scripts": { |
# Geni | ||
[ ![Codeship Status for armand1m/geni](https://codeship.com/projects/24b63820-d8c9-0133-1290-5af0912547e0/status?branch=master)](https://codeship.com/projects/143334) | ||
Generator based in templates and json data. | ||
[Geni Sample](http://github.com/armand1m/geni-sample) | ||
## Usage | ||
@@ -40,4 +44,4 @@ | ||
data: [ | ||
{ key: "123" }, | ||
{ key: "321" }, | ||
{ key: "123" }, | ||
{ key: "321" }, | ||
] | ||
@@ -44,0 +48,0 @@ }; |
@@ -43,3 +43,3 @@ const fs = require('fs'); | ||
done(); | ||
done(); | ||
}); | ||
@@ -143,3 +143,3 @@ | ||
instance.generate(options); | ||
expect(fs.accessSync.bind(fs, options.result, fs.F_OK | fs.R_OK)).not.to.throw(Error); | ||
@@ -260,3 +260,3 @@ | ||
instance.generate(options); | ||
expect(fs.accessSync.bind(fs, options.result, fs.F_OK | fs.R_OK)).not.to.throw(Error); | ||
@@ -263,0 +263,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9519
82
3
7