From b35d0c8d77eb651066c5a2457272de3313e1f3ec Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Fri, 9 Jun 2023 16:16:22 -0700 Subject: [PATCH] Depend on main branch of core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa897a0..159b80c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "glob": "^10.2.2", - "jasmine-core": "github:jasmine/jasmine#npm-multiple-runs" + "jasmine-core": "github:jasmine/jasmine" }, "bin": "./bin/jasmine.js", "main": "./lib/jasmine.js",