From f177e2d9fdcf5bc3cfaa2dc3e9ef6188d4ba087f Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sat, 10 Feb 2024 22:19:05 +0000 Subject: [PATCH] chore: add cdn fields to package.json This is basically the same changes as in https://github.com/sinonjs/sinon/pull/1520/files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 43615e6..91ae290 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,7 @@ "prettier": "^3.1.1", "proxyquire": "^2.1.3", "sinon": "^17.0.1" - } + }, + "cdn": "./dist/referee.js", + "jsdelivr": "./dist/referee.js" }