UNPKG

@tinypudding/firebase-github-database

Version:
20 lines 631 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "command": "git push -u origin --all", "name": "Github Push", "request": "launch", "type": "node-terminal" }, { "command": "npm publish --access public", "name": "NPM Publish", "request": "launch", "type": "node-terminal" } ] }