We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78f4e commit 317adc3Copy full SHA for 317adc3
Package.swift
@@ -8,11 +8,11 @@ let package = Package(
8
],
9
dependencies: [
10
.package(
11
- url: "https://github.com/tris-code/javascript.git",
12
- .branch("master")),
+ url: "https://github.com/swiftstack/javascript.git",
+ .branch("dev")),
13
14
- url: "https://github.com/tris-code/test.git",
15
- .branch("master"))
+ url: "https://github.com/swiftstack/test.git",
+ .branch("dev"))
16
17
targets: [
18
.target(
0 commit comments