@@ -35,18 +35,18 @@ let package = Package(
3535 . macOS( . v14) ,
3636 . tvOS( . v17) ,
3737 . watchOS( . v10) ,
38- . macCatalyst( . v17) ,
39- ] ,
38+ . macCatalyst( . v17)
39+ ] ,
4040 products: [
4141 . library( name: . htmlCSS, targets: [ . htmlCSS] ) ,
4242 . library( name: . htmlCSSPointFree, targets: [ . htmlCSSPointFree] ) ,
4343 . library( name: . htmlAttributesPointFreeHTML, targets: [ . htmlAttributesPointFreeHTML] ) ,
44- . library( name: . htmlElementsPointFreeHTML, targets: [ . htmlElementsPointFreeHTML] ) ,
44+ . library( name: . htmlElementsPointFreeHTML, targets: [ . htmlElementsPointFreeHTML] )
4545 ] ,
4646 dependencies: [
47- . package ( url: " https://github.com/coenttb/swift-html-types.git " , branch : " main " ) ,
48- . package ( url: " https://github.com/coenttb/swift-css-types.git " , branch : " main " ) ,
49- . package ( url: " https://github.com/coenttb/pointfree-html.git " , from: " 2.0.0 " ) ,
47+ . package ( url: " https://github.com/coenttb/swift-html-types.git " , from : " 0.0.1 " ) ,
48+ . package ( url: " https://github.com/coenttb/swift-css-types.git " , from : " 0.0.1 " ) ,
49+ . package ( url: " https://github.com/coenttb/pointfree-html.git " , from: " 2.0.0 " )
5050 ] ,
5151 targets: [
5252 . target(
@@ -57,22 +57,22 @@ let package = Package(
5757 . cssTypes,
5858 . htmlTypes,
5959 . htmlElementsPointFreeHTML,
60- . htmlAttributesPointFreeHTML,
60+ . htmlAttributesPointFreeHTML
6161 ]
6262 ) ,
6363 . testTarget(
6464 name: . htmlCSSPointFree. tests,
6565 dependencies: [
6666 . htmlCSSPointFree,
6767 . pointFreeHTML,
68- . pointFreeHtmlTestSupport,
68+ . pointFreeHtmlTestSupport
6969 ]
7070 ) ,
7171 . target(
7272 name: . htmlCSS,
7373 dependencies: [
7474 . cssTypes,
75- . pointFreeHTML,
75+ . pointFreeHTML
7676 ]
7777 ) ,
7878 . testTarget(
@@ -81,7 +81,7 @@ let package = Package(
8181 . htmlCSS,
8282 . cssTypes,
8383 . pointFreeHTML,
84- . pointFreeHtmlTestSupport,
84+ . pointFreeHtmlTestSupport
8585 ]
8686 ) ,
8787 . target(
@@ -96,15 +96,15 @@ let package = Package(
9696 dependencies: [
9797 . htmlAttributesPointFreeHTML,
9898 . pointFreeHTML,
99- . pointFreeHtmlTestSupport,
99+ . pointFreeHtmlTestSupport
100100 ]
101101 ) ,
102102 . target(
103103 name: . htmlElementsPointFreeHTML,
104104 dependencies: [
105105 . htmlElementTypes,
106106 . htmlAttributesPointFreeHTML,
107- . pointFreeHTML,
107+ . pointFreeHTML
108108 ]
109109 ) ,
110110 . testTarget(
@@ -114,7 +114,7 @@ let package = Package(
114114 . pointFreeHTML,
115115 . pointFreeHtmlTestSupport
116116 ]
117- ) ,
117+ )
118118 ] ,
119119 swiftLanguageModes: [ . v5]
120120)
0 commit comments