Comparing version
@@ -0,2 +1,3 @@ | ||
#!/usr/bin/env node | ||
import "./clean-files"; | ||
//# sourceMappingURL=bin.d.ts.map |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import "./clean-files"; |
{ | ||
"name": "glcl", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Cleans your repo via looking at a list of glob patterns in the root", | ||
"module": "dist/index.js", | ||
"bin": "dist/bin.js", | ||
"module": "dist/bin.js", | ||
"bin": { | ||
"glcl": "dist/bin.js" | ||
}, | ||
"scripts": { | ||
@@ -13,5 +15,5 @@ "build": "tsc", | ||
"type": "git", | ||
"url": "https://github.com/Meteor-Wallet/meteor_wallet_shared.git" | ||
"url": "git+https://github.com/Meteor-Wallet/meteor_wallet_shared.git" | ||
}, | ||
"private": false | ||
} |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import "./clean-files"; |
Sorry, the diff of this file is not supported yet
5453
0.72%134
1.52%17
-5.56%