Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
fix(build): dont publish example to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 12, 2016
1 parent b405471 commit 1e0b2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"typings/browser.d.ts",
"typings/browser",
"node_modules",
"dist"
"dist",
"examples"
]
}

0 comments on commit 1e0b2c5

Please sign in to comment.