Skip to content

Commit

Permalink
fix(deployment): track deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 5, 2019
1 parent f5607af commit ad63fee
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@agoric/cosmic-swingset-setup",
"version": "1.0.0",
"description": "Set up the Agoric Cosmos chain nodes",
"name": "@agoric/deployment",
"version": "1.16.6",
"description": "Set up Agoric public chain nodes",
"private": true,
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Agoric/cosmic-swingset/setup"
"test": "exit 0",
"build": "exit 0"
},
"repository": "https://github.com/Agoric/agoric-sdk",
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit ad63fee

Please sign in to comment.