Support for offline hex cache (#282)

This commit is contained in:
Guillaume Jenkins
2016-10-24 12:32:05 -07:00
committed by Peli de Halleux
parent 06641d4e5c
commit d85446d34d
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
"docs/*/*/*.md",
"hexcache/*.hex"
],
"devDependencies": {
"typescript": "^1.8.7"