Skip to content

Commit

Permalink
fix: missing types in release
Browse files Browse the repository at this point in the history
rc.11 is broken because the types are not included in the package.
Using `git bisect` I found the culprit commit vuejs@85c2b1b

The only change that has an impact is the addition of `type/compat.ts` which should have been named `types/compat.d.ts` I think.

This commit applies the fix, and should hopefuly fix the packaging.

Fixes vuejs#799
  • Loading branch information
cexbrayat committed Jul 28, 2021
1 parent 07481e0 commit 1ed7987
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 1ed7987

Please sign in to comment.