From 5aac7bf85276fc88d286ac9818c9ed87a915ea30 Mon Sep 17 00:00:00 2001 From: Kyle McMahon Date: Mon, 25 Feb 2019 20:49:40 -0500 Subject: [PATCH] Remove lock file from library package --- .gitignore | 2 +- Package.resolved | 160 ----------------------------------------------- 2 files changed, 1 insertion(+), 161 deletions(-) delete mode 100644 Package.resolved diff --git a/.gitignore b/.gitignore index 2d4061c..7fb530a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ /.build /Packages /*.xcodeproj -Package.pins \ No newline at end of file +Package.resolved diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 013322f..0000000 --- a/Package.resolved +++ /dev/null @@ -1,160 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "Console", - "repositoryURL": "https://github.com/vapor/console.git", - "state": { - "branch": null, - "revision": "d6cf07af59ae63cd95c4b5f98cf1f25627750fd1", - "version": "3.1.0" - } - }, - { - "package": "Core", - "repositoryURL": "https://github.com/vapor/core.git", - "state": { - "branch": null, - "revision": "1794ff138bd669175a2528d27695028d7cb30471", - "version": "3.5.0" - } - }, - { - "package": "Crypto", - "repositoryURL": "https://github.com/vapor/crypto.git", - "state": { - "branch": null, - "revision": "45bb12d13cdec80dbd1cc0685ea002e51ab83439", - "version": "3.3.2" - } - }, - { - "package": "DatabaseKit", - "repositoryURL": "https://github.com/vapor/database-kit.git", - "state": { - "branch": null, - "revision": "8f352c8e66dab301ab9bfef912a01ce1361ba1e4", - "version": "1.3.3" - } - }, - { - "package": "HTTP", - "repositoryURL": "https://github.com/vapor/http.git", - "state": { - "branch": null, - "revision": "b57005e0de30ba36372ac41bfce1ac12b2bc3272", - "version": "3.1.8" - } - }, - { - "package": "Multipart", - "repositoryURL": "https://github.com/vapor/multipart.git", - "state": { - "branch": null, - "revision": "bd7736c5f28e48ed8b683dcc9df3dcd346064c2b", - "version": "3.0.3" - } - }, - { - "package": "Routing", - "repositoryURL": "https://github.com/vapor/routing.git", - "state": { - "branch": null, - "revision": "626190ddd2bd9f967743b60ba6adaf90bbd2651c", - "version": "3.0.2" - } - }, - { - "package": "Service", - "repositoryURL": "https://github.com/vapor/service.git", - "state": { - "branch": null, - "revision": "4907311d7d7f609365982fa302b8b17ffdeb46da", - "version": "1.0.1" - } - }, - { - "package": "swift-nio", - "repositoryURL": "https://github.com/apple/swift-nio.git", - "state": { - "branch": null, - "revision": "98434c1f1d687ff5a24d2cabfbd19b5c7d2d7a2f", - "version": "1.13.0" - } - }, - { - "package": "swift-nio-ssl", - "repositoryURL": "https://github.com/apple/swift-nio-ssl.git", - "state": { - "branch": null, - "revision": "0f3999f3e3c359cc74480c292644c3419e44a12f", - "version": "1.4.0" - } - }, - { - "package": "swift-nio-ssl-support", - "repositoryURL": "https://github.com/apple/swift-nio-ssl-support.git", - "state": { - "branch": null, - "revision": "c02eec4e0e6d351cd092938cf44195a8e669f555", - "version": "1.0.0" - } - }, - { - "package": "swift-nio-zlib-support", - "repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git", - "state": { - "branch": null, - "revision": "37760e9a52030bb9011972c5213c3350fa9d41fd", - "version": "1.0.0" - } - }, - { - "package": "TemplateKit", - "repositoryURL": "https://github.com/vapor/template-kit.git", - "state": { - "branch": null, - "revision": "aff2d6fc65bfd04579b0201b31a8d6720239c1cf", - "version": "1.1.1" - } - }, - { - "package": "URLEncodedForm", - "repositoryURL": "https://github.com/vapor/url-encoded-form.git", - "state": { - "branch": null, - "revision": "932024f363ee5ff59059cf7d67194a1c271d3d0c", - "version": "1.0.5" - } - }, - { - "package": "Validation", - "repositoryURL": "https://github.com/vapor/validation.git", - "state": { - "branch": null, - "revision": "4de213cf319b694e4ce19e5339592601d4dd3ff6", - "version": "2.1.1" - } - }, - { - "package": "Vapor", - "repositoryURL": "https://github.com/vapor/vapor.git", - "state": { - "branch": null, - "revision": "6c7284681c3432fee29c268babf954be6816cbfb", - "version": "3.2.2" - } - }, - { - "package": "WebSocket", - "repositoryURL": "https://github.com/vapor/websocket.git", - "state": { - "branch": null, - "revision": "21eb4773e25a8ff96fe347a31fe106900a69fa6a", - "version": "1.1.1" - } - } - ] - }, - "version": 1 -}