mirror of
https://github.com/danbulant/bpm
synced 2026-07-05 02:50:43 +00:00
Test bpm install chalk
This commit is contained in:
parent
94ea018158
commit
cb34fb473b
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
const got = require("got");
|
const got = require("got");
|
||||||
|
const chalk = require("chalk");
|
||||||
|
|
||||||
console.log("Trying to make request...");
|
console.log("Trying to make request...");
|
||||||
got("http://google.com").then((r) => {
|
got("http://google.com").then((r) => {
|
||||||
console.log("Got request working!");
|
console.log(chalk.blue("Got request working!"));
|
||||||
})
|
})
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"got": "^10.5.7"
|
"got": "^10.5.7",
|
||||||
|
"chalk": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue