Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkegley committed Jul 24, 2024
1 parent 97f31cb commit 4ffa54f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@prismatic-io/prism",
"version": "7.0.2",
"version": "8.0.0",
"description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
"keywords": ["prismatic", "cli"],
"keywords": [
"prismatic",
"cli"
],
"homepage": "https://prismatic.io",
"bugs": {
"url": "https://github.com/prismatic-io/prism"
Expand Down Expand Up @@ -35,7 +38,11 @@
"test": "bun run clean-test-temp && bun test src",
"test:snapshots": "bun run clean-test-temp && bun test --update-snapshots"
},
"files": ["oclif.manifest.json", "bin", "lib"],
"files": [
"oclif.manifest.json",
"bin",
"lib"
],
"dependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@msgpack/msgpack": "2.3.0",
Expand Down

0 comments on commit 4ffa54f

Please sign in to comment.