Skip to content

Commit 8a88b5b

Browse files
committed
Update Package.swift
1 parent a125735 commit 8a88b5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ let package = Package(
2121
// SwiftWASM
2222
#if os(macOS) || os(Linux)
2323
packageDependencies.append(contentsOf: [
24-
.package(path: "~/Documents/GitHub/WebAPIKit"),
25-
.package(path: "~/Documents/GitHub/JavaScriptKit")
26-
// .package(url: "https://github.com/swiftwasm/WebAPIKit.git", branch: "file-system"),
27-
// .package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
24+
.package(url: "https://github.com/swiftwasm/WebAPIKit.git", branch: "file-system"),
25+
.package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
2826
])
2927
#endif
3028

0 commit comments

Comments
 (0)