Skip to content

Commit

Permalink
Move figlet to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolap994 committed Sep 24, 2024
1 parent 45e0998 commit a3d2f01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 3 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name": "navnode",
"version": "1.3.3",
"version": "1.3.4",
"main": "./lib/navnode.js",
"bin": {
"navnode": "bin/index.js"
},
"dependencies": {
"colors": "^1.2.1",
"lodash": "^4.17.13"
"lodash": "^4.17.13",
"figlet": "^1.7.0"
},
"description": "Universal deployment and automation tool.",
"directories": {
"lib": "lib"
},
"devDependencies": {
"figlet": "^1.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit a3d2f01

Please sign in to comment.