@manuelp1345/graph-generator 1.2.9 → 1.2.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +1 -0
- package/package.json +1 -1
- package/src/cli.ts +1 -0
package/dist/cli.js
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
#!/usr/bin/env node
|
1
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
2
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
package/package.json
CHANGED
package/src/cli.ts
CHANGED