@danielx/civet 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -3466,5 +3466,6 @@ module.exports = {
3466
3466
  parse,
3467
3467
  compile: function(src, options) {
3468
3468
  return gen(parse(src), options);
3469
- }
3469
+ },
3470
+ generate: gen
3470
3471
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "coffeescript/register",
38
38
  "@danielx/hera/register"
39
39
  ],
40
- "reporter": "spec",
40
+ "reporter": "dot",
41
41
  "recursive": true,
42
42
  "spec": [
43
43
  "test"