Skip to content

Commit

Permalink
Remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
theolampert committed Feb 10, 2024
1 parent 41f6a93 commit e2fd09a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/theolampert/JSValueCoder", branch: "main"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "ECMASwift",
dependencies: ["JSValueCoder"]
dependencies: []
),
.testTarget(
name: "ECMASwiftTests",
Expand Down
1 change: 0 additions & 1 deletion Tests/ECMASwiftTests/FetchTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@testable import ECMASwift
import JavaScriptCore
import JSValueCoder
import XCTest

final class FetchTests: XCTestCase {
Expand Down
1 change: 0 additions & 1 deletion Tests/ECMASwiftTests/HeadersTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ECMASwift
import JavaScriptCore
import JSValueCoder
import XCTest

final class HeadersTests: XCTestCase {
Expand Down
1 change: 0 additions & 1 deletion Tests/ECMASwiftTests/RequestTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ECMASwift
import JavaScriptCore
import JSValueCoder
import XCTest

final class RequestTests: XCTestCase {
Expand Down

0 comments on commit e2fd09a

Please sign in to comment.