diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 17:07:54 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 17:07:54 -0600 |
commit | 5cd798a6d425711cbddee25877bdb90a12db385b (patch) | |
tree | 8f4fb4f9c69cb023b14792b55f014596729f0754 /Package.resolved | |
parent | ba91490165a911bda616c07323fe59d1756065a4 (diff) |
remove docc dependency
Diffstat (limited to 'Package.resolved')
-rw-r--r-- | Package.resolved | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index e65252d..0000000 --- a/Package.resolved +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pins" : [ - { - "identity" : "swift-docc-plugin", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-plugin", - "state" : { - "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", - "version" : "1.3.0" - } - }, - { - "identity" : "swift-docc-symbolkit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-symbolkit", - "state" : { - "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", - "version" : "1.0.0" - } - } - ], - "version" : 2 -} |