Up the version.

master
Zed A. Shaw 1 year ago
parent 1ef7198fcb
commit f73423c1bb
  1. 6
      package.json

@ -1,6 +1,6 @@
{ {
"name": "ljsthw-bandolier", "name": "ljsthw-bandolier",
"version": "0.1.1", "version": "0.1.2",
"description": "Generates projects using the Bandolier educational framework.", "description": "Generates projects using the Bandolier educational framework.",
"main": "bando.js", "main": "bando.js",
"bin": { "bin": {
@ -20,10 +20,12 @@
"author": "Zed A. Shaw", "author": "Zed A. Shaw",
"license": "All Rights Reserved", "license": "All Rights Reserved",
"dependencies": { "dependencies": {
"ava": "^5.1.0",
"commander": "^9.4.1", "commander": "^9.4.1",
"fast-glob": "^3.2.12", "fast-glob": "^3.2.12",
"pino": "^8.7.0", "pino": "^8.7.0",
"pino-pretty": "^9.1.1" "pino-pretty": "^9.1.1"
},
"devDependencies": {
"ava": "^5.1.0"
} }
} }

Loading…
Cancel
Save