Skip to content

Commit

Permalink
v7 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Dec 19, 2019
1 parent f4661dc commit d748df1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
5 changes: 2 additions & 3 deletions packages/cli/npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/cli",
"version": "7.0.0-beta.12",
"version": "7.0.1",
"description": "Aragon command-line tools",
"main": "./dist/toolkit.js",
"bin": {
Expand Down Expand Up @@ -49,12 +49,13 @@
"homepage": "https://github.com/aragon/aragon-cli#readme",
"dependencies": {
"@aragon/apm": "^3.1.2-beta.2",
"@aragon/toolkit": "^0.0.1-beta.10",
"@aragon/toolkit": "^0.0.1",
"@aragon/truffle-config-v5": "^1.0.0",
"ajv": "^6.6.2",
"bn.js": "^5.0.0",
"chalk": "^3.0.0",
"cli-table": "^0.3.1",
"dev-null": "^0.1.1",
"engine-check": "^1.0.1",
"eth-ens-namehash": "^2.0.8",
"execa": "^3.0.0",
Expand Down Expand Up @@ -107,7 +108,6 @@
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.2.0",
"core-js": "^3.1.4",
"dev-null": "^0.1.1",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-aragon-app/npm-shrinkwrap.json

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

5 changes: 4 additions & 1 deletion packages/create-aragon-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-aragon-app",
"version": "2.2.14",
"version": "2.5.0",
"description": "Aragon command-line tool to create aragon apps",
"bin": {
"create-aragon-app": "./dist/index.js"
Expand All @@ -17,6 +17,9 @@
"test:update-snapshots": "npm run test:clean && npm run test -- --update-snapshots",
"test:coverage": "nyc --all --reporter=text --reporter=text-summary --reporter=lcovonly npm run test"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/aragon/aragon-cli/tree/master/packages/create-aragon-app"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/toolkit",
"version": "0.0.1-beta.10",
"version": "0.0.1",
"description": "Programmatic interface for interacting with Aragon",
"main": "./dist/index.js",
"repository": {
Expand Down

0 comments on commit d748df1

Please sign in to comment.