Skip to content

Commit

Permalink
Add injected for calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 9, 2024
1 parent 4cc4879 commit 1888cd4
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 101 deletions.
5 changes: 5 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test"
},
"dependenciesMeta": {
"ember-power-calendar": {
"injected": true
}
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@ember/optional-features": "^2.1.0",
Expand Down
156 changes: 55 additions & 101 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"test:ember": "ember test",
"test:ember-try": "ember try:one"
},
"dependenciesMeta": {
"ember-power-calendar": {
"injected": true
}
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@ember/optional-features": "^2.1.0",
Expand Down

0 comments on commit 1888cd4

Please sign in to comment.