diff --git a/color-package.js b/color-package.js index 5d9d846..7f175ea 100644 --- a/color-package.js +++ b/color-package.js @@ -1,2 +1,3 @@ const color = require('colors') -console.log("hello".green) \ No newline at end of file +console.log("hello".green); +console.log("hello".bgYellow); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e453d37..7c0dd54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,7 @@ "colors": "^1.4.0", "http": "^0.0.1-security", "i": "^0.3.7" - }, - "devDependencies": {} + } }, "node_modules/colors": { "version": "1.4.0", diff --git a/trying-nodemon.js b/trying-nodemon.js new file mode 100644 index 0000000..fb61f30 --- /dev/null +++ b/trying-nodemon.js @@ -0,0 +1 @@ +console.log("message using nodemon"); \ No newline at end of file