Skip to content

Instantly share code, notes, and snippets.

@orodio
Last active January 8, 2021 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orodio/ca62b03491701be42c07b5084d5a095e to your computer and use it in GitHub Desktop.
Save orodio/ca62b03491701be42c07b5084d5a095e to your computer and use it in GitHub Desktop.
{
"name": "lolololololol",
"version": "999.99.99",
"bin": "./rawr.js",
"dependencies": {
"@onflow/fcl": "0.0.67-alpha.43"
}
}
#!/usr/bin/env node
const fcl = require("@onflow/fcl")
console.log("yes?")
console.log(fcl.VERSION)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment