Skip to content

Commit e8da0f6

Browse files
committed
Export targets
1 parent 995e8ea commit e8da0f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import PackageDescription
1414
let package = Package(
1515
name: "JavaScript",
1616
products: [
17-
.library(
18-
name: "JavaScript",
19-
targets: ["JavaScript"])
17+
.library(name: "JavaScript", targets: ["JavaScript"]),
18+
.library(name: "V8", targets: ["V8"]),
19+
.library(name: "JavaScriptCoreSwift", targets: ["JavaScriptCoreSwift"])
2020
],
2121
dependencies: [
2222
.package(

0 commit comments

Comments
 (0)