Skip to content

Commit

Permalink
Refresh yarn.lock.
Browse files Browse the repository at this point in the history
```
rm yarn.lock
yarn
git add yarn.lock
```

Also add `'@types/handlebars': 'npm:handlebars@^4.1.0'` to resolutions
to avoid errors for duplicate definitions of the Handlebars types.
  • Loading branch information
rwjblue committed Feb 15, 2019
1 parent 4f1c870 commit c4f6028
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 280 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,8 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"resolutions": {
"@types/handlebars": "npm:handlebars@^4.1.0"
}
}
Loading

0 comments on commit c4f6028

Please sign in to comment.