Skip to content

Commit ce811b1

Browse files
authored
Mark two packages as conflicting with npm (DefinitelyTyped#72906)
1 parent 784a127 commit ce811b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

types/chromecast-caf-receiver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@types/chromecast-caf-receiver",
44
"version": "6.0.9999",
5-
"nonNpm": true,
5+
"nonNpm": "conflict",
66
"nonNpmDescription": "chromecast-caf-receiver",
77
"projects": [
88
"https://github.com/googlecast"

types/kendo-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@types/kendo-ui",
44
"version": "2023.2.9999",
5-
"nonNpm": true,
5+
"nonNpm": "conflict",
66
"nonNpmDescription": "kendo-ui",
77
"projects": [
88
"http://www.telerik.com/kendo-ui"

0 commit comments

Comments
 (0)