Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env ts-node | ||
#!/usr/bin/env node | ||
// 👆 Used to tell Node.js that this is a CLI tool | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "fbartho", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A personal card for Frederic Barthelemy (@fbartho), original from Tierney Cyren (@bitandbang)", | ||
"main": "index.js", | ||
"bin": { | ||
"fbartho": "ts-node ./bin/card.ts" | ||
"fbartho": "./bin/card.js" | ||
}, | ||
@@ -14,2 +14,4 @@ "repository": { | ||
"scripts": { | ||
"deploy": "npm run build && npm publish", | ||
"build": "tsc ./bin/card.ts && chmod +x ./bin/card.js", | ||
"fbartho": "`npm bin`/ts-node ./bin/card.ts", | ||
@@ -25,9 +27,9 @@ "prettier:all": "prettier --write \"./bin/**/*.{ts,tsx,js,jsx}\" ", | ||
"chalk": "2.x", | ||
"commander": "2.x", | ||
"commander": "2.x" | ||
}, | ||
"devDependencies": { | ||
"prettier": "1.15.x", | ||
"ts-node": "7.x", | ||
"typescript": "3.x" | ||
}, | ||
"devDependencies": { | ||
"prettier": "1.15.x" | ||
} | ||
} |
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
2889
3
3
- Removedts-node@7.x
- Removedtypescript@3.x
- Removedarrify@1.0.1(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removeddiff@3.5.0(transitive)
- Removedmake-error@1.3.6(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
- Removedts-node@7.0.1(transitive)
- Removedtypescript@3.9.10(transitive)
- Removedyn@2.0.0(transitive)