Browse Source

Add examples to lerna

Steven Silvester 8 years ago
parent
commit
06cdf65df7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lerna.json

+ 1 - 0
lerna.json

@@ -1,6 +1,7 @@
 {
   "lerna": "2.0.0-beta.38",
   "packages": [
+    "examples/*",
     "packages/*",
     "tests/*"
   ],