Skip to content

Commit 5c316c2

Browse files
committed
Merge branch 'master' of https://github.com/DrCBeatz/svelte
2 parents 80674c2 + 6598073 commit 5c316c2

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea
22
.DS_Store
3-
.nyc_output
43
.vscode
54
node_modules
65
*.map

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
* Faster SSR ([#5701](https://github.com/sveltejs/svelte/pull/5701))
6-
* Fix `class:` directive updates with `<svelte:element>` ([#7521](https://github.com/sveltejs/svelte/issues/7521))
6+
* Fix `class:` directive updates with `<svelte:element>` ([#7521](https://github.com/sveltejs/svelte/issues/7521), [#7571](https://github.com/sveltejs/svelte/issues/7571))
77

88
## 3.48.0
99

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,6 @@
151151
"tiny-glob": "^0.2.6",
152152
"tslib": "^2.0.3",
153153
"typescript": "^3.7.5"
154-
},
155-
"nyc": {
156-
"include": [
157-
"compiler/svelte.js",
158-
"shared.js"
159-
],
160-
"sourceMap": true,
161-
"instrument": true
162154
}
163155

164156
}

0 commit comments

Comments
 (0)