Move hex cache (#291)

* hexcache is no longer generated at repo root, so remove it from package.json

* Modified templates to depend on local packages

* Adding bluetooth template for offline HEX cache

* Fix wrong package name in dependencies of bluetooth template

* Change package versions to * in templates
This commit is contained in:
Guillaume Jenkins
2016-11-04 11:38:00 -07:00
committed by Peli de Halleux
parent 171f578b0b
commit 31f5db32d1
6 changed files with 101 additions and 2 deletions

View File

@ -20,11 +20,11 @@
"built/*.js",
"built/*.json",
"built/*.d.ts",
"built/hexcache",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md",
"hexcache/*.hex"
"docs/*/*/*.md"
],
"devDependencies": {
"typescript": "^1.8.7"