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 a125735 commit 8a88b5bCopy full SHA for 8a88b5b
Package.swift
@@ -21,10 +21,8 @@ let package = Package(
21
// SwiftWASM
22
#if os(macOS) || os(Linux)
23
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")),
+ .package(url: "https://github.com/swiftwasm/WebAPIKit.git", branch: "file-system"),
+ .package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
28
])
29
#endif
30
0 commit comments