purge-lockfile
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,4 @@ | ||
#!/usr/bin/env node | ||
'use strict' | ||
const fs = require("fs"); | ||
@@ -2,0 +5,0 @@ const lockfile = require("@yarnpkg/lockfile"); |
{ | ||
"name": "purge-lockfile", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
@@ -8,3 +8,3 @@ "author": "Nicola Zambello", | ||
"bin": { | ||
"purge-lockfile": "./index.js" | ||
"purge-lockfile": "index.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "dependencies": { |
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
48793
17