ember-cli-typify
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,3 +6,3 @@ /* jshint node: true */ | ||
var process = require('process'); | ||
var Typify = require('./lib/typify'); | ||
var TsPreprocessor = require('./lib/typescript-preprocessor'); | ||
@@ -25,3 +25,3 @@ module.exports = { | ||
try { | ||
var plugin = new Typify({includeExtensions: ['.ts','.js']}); | ||
var plugin = new TsPreprocessor({includeExtensions: ['.ts','.js']}); | ||
registry.add('js', plugin); | ||
@@ -28,0 +28,0 @@ } catch ( ex ) { |
{ | ||
"name": "ember-cli-typify", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Allow ember apps to use typescript files.", | ||
@@ -5,0 +5,0 @@ "directories": { |
186328