Skip to content

Commit

Permalink
Fix canary build
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nechiporenko authored and Oleg Nechiporenko committed Sep 15, 2024
1 parent 95f1bb3 commit 540a95c
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm.lock.ember-try
/pnpm.lock.ember-try.yaml

/docs/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm.lock.ember-try
/pnpm.lock.ember-try.yaml

# broccoli-debug
/DEBUG/
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm.lock.ember-try
/pnpm.lock.ember-try.yaml

/docs
/.idea
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm.lock.ember-try
/pnpm.lock.ember-try.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"ember-prism": "^0.13.0",
"ember-qunit": "^8.1.0",
"ember-resolver": "^11.0.1",
"ember-source": "~5.11.0",
"ember-source": "https://s3.amazonaws.com/builds.emberjs.com/canary/shas/5c99785da266d94ac86719344597921e84559c10.tgz",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
Expand Down Expand Up @@ -181,4 +181,4 @@
"demoURL": "http://onechiporenko.github.io/ember-models-table/",
"configPath": "tests/dummy/config"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 540a95c

Please sign in to comment.