File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Sources/SwiftyESBuild/Documentation.docc Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.2.0
6+
57### Added
68
79- Added missing basic options to ` SwiftyESBuild.RunOption ` .
Original file line number Diff line number Diff line change 1313First, you need to add ` SwiftyESBuild ` as a dependency in your project's ` Package.swift ` :
1414
1515``` swift
16- .package (url : " https://github.com/tuist/SwiftyESBuild.git" , .upToNextMinor (from : " 0.1 .0" ))
16+ .package (url : " https://github.com/tuist/SwiftyESBuild.git" , .upToNextMinor (from : " 0.2 .0" ))
1717```
1818
1919Once added, you'll create an instance of ` SwiftyESBuild ` specifying the version you'd like to use and where you'd like it to be downloaded.
Original file line number Diff line number Diff line change 88First, you need to add ` SwiftyESBuild ` as a dependency in your project's ` Package.swift ` :
99
1010``` swift
11- .package (url : " https://github.com/tuist/SwiftyESBuild.git" , .upToNextMinor (from : " 0.1 .0" ))
11+ .package (url : " https://github.com/tuist/SwiftyESBuild.git" , .upToNextMinor (from : " 0.2 .0" ))
1212```
1313
1414Once added, you'll create an instance of ` SwiftyESBuild ` specifying the version you'd like to use and where you'd like it to be downloaded.
You can’t perform that action at this time.
0 commit comments