Skip to content

Commit f59b7db

Browse files
authored
Merge pull request #522 from appuniversum/ember-5.12-update
Update to the Ember v5.12 blueprint
2 parents 309c177 + 0983d39 commit f59b7db

File tree

12 files changed

+833
-2233
lines changed

12 files changed

+833
-2233
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
matrix:
6363
try-scenario:
6464
- ember-lts-4.12
65+
- ember-lts-5.4
6566
- ember-release
6667
- ember-beta
6768
- ember-canary

.npmignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
/jsconfig.json
3232
/RELEASE.md
3333
/testem.js
34-
/tsconfig.json
35-
/tsconfig.declarations.json
3634
/tests/
35+
/tsconfig.declarations.json
36+
/tsconfig.json
3737
/yarn-error.log
3838
/yarn.lock
3939
.gitkeep

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Installation
2828

2929
- `git clone <repository-url>`
30-
- `cd ember-appuniversum`
30+
- `cd appuniversum-ember-appuniversum`
3131
- `npm install`
3232

3333
### Linting

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export default ts.config(
5858
*/
5959
{
6060
ignores: [
61+
'declarations/',
6162
'dist/',
6263
'.node_modules.ember-try/',
6364
'coverage/',

0 commit comments

Comments
 (0)