Comparing version 0.0.1 to 0.0.2
@@ -6,2 +6,3 @@ module.exports = { | ||
env: { | ||
jest: true, | ||
node: true | ||
@@ -8,0 +9,0 @@ }, |
{ | ||
"name": "web2blob", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": | ||
@@ -16,9 +16,9 @@ "Upload all your web assets to Azure Blob Storage with a simple command!", | ||
"devDependencies": { | ||
"eslint": "4.19.1" | ||
"eslint": "^4.19.1", | ||
"jest": "^22.4.3" | ||
}, | ||
"scripts": { | ||
"lint": "eslint bin lib", | ||
"postinstall": "node checkVersion.js", | ||
"start": "node ./bin/web2blob.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest" | ||
}, | ||
@@ -25,0 +25,0 @@ "repository": { |
@@ -17,4 +17,14 @@ # web2blob | ||
Still not available in NPM. Coming soon! | ||
As a CLI tool | ||
```console | ||
npm install -g web2blob | ||
``` | ||
As a library | ||
```console | ||
npm install --save-dev web2blob | ||
``` | ||
## CLI | ||
@@ -21,0 +31,0 @@ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
137547
13
250
1
61
0
2