Skip to content

Commit a9353db

Browse files
authored
Merge pull request #1283 from gitKrystan/fix-types-versions
Fix types versions
2 parents 7f01af2 + 39f6b65 commit a9353db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:js": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'",
2828
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2929
"prepack": "yarn build",
30-
"postpack": "rimraf addon-test-support/**/*.js",
30+
"postpack": "rimraf addon-test-support/**/*.js public-types",
3131
"clean": "git clean -x -f",
3232
"docs": "documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md",
3333
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
@@ -160,7 +160,7 @@
160160
"typesVersions": {
161161
"*": {
162162
"*": [
163-
"public-types/addon-test-support/@ember/test-helpers/*"
163+
"public-types/@ember/test-helpers/*"
164164
]
165165
}
166166
}

0 commit comments

Comments
 (0)