Skip to content

Commit

Permalink
ADD examples to lerna && remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 10, 2017
1 parent c9cdc09 commit 30f28ba
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 33,822 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
.tern-port
*.DS_Store
packages/examples/automated-*
yarn.lock
7 changes: 4 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"lerna": "2.0.0-beta.38",
"version": "3.0.0",
"packages": [
"packages/*"
],
"version": "0.0.0"
"packages/*",
"packages/examples/*"
]
}
Loading

0 comments on commit 30f28ba

Please sign in to comment.