Skip to content

Commit 36e1025

Browse files
author
Robert Jackson
authored
Merge pull request #494 from ember-cli/move-types-for-publishing
Ensure types file gets published.
2 parents fdef37b + 68aeb8d commit 36e1025

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lib/"
2121
],
2222
"main": "lib/index.js",
23-
"types": "index.d.ts",
23+
"types": "lib/index.d.ts",
2424
"scripts": {
2525
"build": "ember build",
2626
"lint:hbs": "ember-template-lint .",

0 commit comments

Comments
 (0)