Skip to content

Commit

Permalink
[ember-cli-eyeglass] Actually using the typescript port would be good.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Mar 14, 2019
1 parent 03a160a commit a14b99f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 195 deletions.
193 changes: 0 additions & 193 deletions packages/ember-cli-eyeglass/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ember-cli-eyeglass/package.json
Expand Up @@ -6,7 +6,7 @@
"doc": "doc",
"test": "tests"
},
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"prepare": "tsc --build",
"pretest": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-eyeglass/src/index.ts
Expand Up @@ -188,4 +188,4 @@ const EMBER_CLI_EYEGLASS = {
}
};

export default EMBER_CLI_EYEGLASS;
export = EMBER_CLI_EYEGLASS;

0 comments on commit a14b99f

Please sign in to comment.