Add tonicdev support (#479)

* example file for tonicdev

* add tonicdev to the package.json

* meh
This commit is contained in:
Gus Caplan
2016-07-26 09:38:01 -05:00
committed by abalabahaha
parent a102490b08
commit babf550459
2 changed files with 33 additions and 1 deletions

View File

@@ -49,5 +49,6 @@
"browser": {
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
"./lib/Util/TokenCacher.js": "./lib/Util/TokenCacher-shim.js"
}
},
"tonicExampleFilename": "./examples/tonicdev.js"
}