Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "genfile", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Generate file", | ||
@@ -11,4 +11,4 @@ "main": "dist/genfile.umd.js", | ||
], | ||
"repository": "git@github.com:lx011/genFile.git", | ||
"author": "Len <cxin1314@gmail.com>", | ||
"repository": "git@github.com:nofwl/genFile.git", | ||
"author": "lencx <cxin1314@gmail.com>", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", |
@@ -9,2 +9,3 @@ # genFile | ||
npm install genfile --save-dev | ||
# or | ||
yarn add genfile --dev | ||
@@ -16,2 +17,3 @@ ``` | ||
```js | ||
// import genFile from 'genfile'; | ||
const genFile = require('genfile'); | ||
@@ -29,4 +31,5 @@ | ||
> **Tip:** \ | ||
> *Optional parameter:* `path`, `update` \ | ||
> *default value:* path = '', update = false | ||
> **Tip:** | ||
* *Optional parameter:* `path`, `update` | ||
* *default value:* path = '', update = false |
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
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
5098
33