@bycedric/everywhere-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -9,3 +9,3 @@ "use strict"; | ||
const path_1 = __importDefault(require("path")); | ||
exports.API_HOST = 'http://xxxxxx.everywhere.localhost:3000/api'; | ||
exports.API_HOST = 'https://everywhere.rocks/api'; | ||
exports.client = { | ||
@@ -12,0 +12,0 @@ post(url, body) { |
{ | ||
"name": "@bycedric/everywhere-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"bin": "./build/bin/cli.js", | ||
@@ -30,6 +33,3 @@ "files": [ | ||
"typescript": "^4.9.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
50445