Skip to content

Commit

Permalink
Made String extension accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencebensaid committed Mar 24, 2022
1 parent 6769a90 commit 8fddc9c
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 859 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "WickedRandom",
targets: ["WickedRandom", "String"]),
targets: ["WickedRandom"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down
Loading

0 comments on commit 8fddc9c

Please sign in to comment.