clarity-cli
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "clarity-cli", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Clarity setup for vscode.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -7,3 +7,4 @@ var fs = require("fs-extra"); | ||
"prepare": true, | ||
"destroy": true | ||
"destroy": true, | ||
"clean": true | ||
}; | ||
@@ -60,3 +61,3 @@ | ||
} | ||
}).then(()=>{ | ||
}).then(() => { | ||
return clean(); | ||
@@ -63,0 +64,0 @@ }); |
@@ -7,3 +7,4 @@ var fs = require("fs-extra"); | ||
"prepare": true, | ||
"destroy": true | ||
"destroy": true, | ||
"clean": true | ||
}; | ||
@@ -60,3 +61,3 @@ | ||
} | ||
}).then(()=>{ | ||
}).then(() => { | ||
return clean(); | ||
@@ -63,0 +64,0 @@ }); |
@@ -7,3 +7,4 @@ var fs = require("fs-extra"); | ||
"prepare": true, | ||
"destroy": true | ||
"destroy": true, | ||
"clean": true | ||
}; | ||
@@ -60,3 +61,3 @@ | ||
} | ||
}).then(()=>{ | ||
}).then(() => { | ||
return clean(); | ||
@@ -63,0 +64,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
69863
1335