Skip to content

Commit

Permalink
Implement dao act command for Agent app integration (#356)
Browse files Browse the repository at this point in the history
* WIP: dao act command

* dao act: working

* dao act: cleanup

* Fix target explanation

Co-Authored-By: izqui <[email protected]>
  • Loading branch information
izqui authored and 0xGabi committed Feb 25, 2019
1 parent 7d67316 commit f7dd6c4
Show file tree
Hide file tree
Showing 6 changed files with 15,452 additions and 1,704 deletions.
11 changes: 7 additions & 4 deletions packages/aragon-cli/.babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"presets": [
["@babel/preset-env", {
"useBuiltIns": "entry"
}]
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}
}
Loading

0 comments on commit f7dd6c4

Please sign in to comment.