Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Apr 7, 2017
1 parent 70faf79 commit a712465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
24 changes: 0 additions & 24 deletions Package.pins
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"autoPin": true,
"pins": [
{
"package": "APIKit",
"reason": null,
"repositoryURL": "https://github.com/ishkawa/APIKit",
"version": "3.1.2"
},
{
"package": "BrightFutures",
"reason": null,
"repositoryURL": "https://github.com/Thomvis/BrightFutures",
"version": "5.2.0"
},
{
"package": "Commander",
"reason": null,
Expand All @@ -25,24 +13,12 @@
"repositoryURL": "https://github.com/ikesyo/Himotoki",
"version": "3.0.1"
},
{
"package": "JetToTheFuture",
"reason": null,
"repositoryURL": "https://github.com/banjun/JetToTheFuture",
"version": "0.3.0"
},
{
"package": "PathKit",
"reason": null,
"repositoryURL": "https://github.com/kylef/PathKit.git",
"version": "0.8.0"
},
{
"package": "Result",
"reason": null,
"repositoryURL": "https://github.com/antitypical/Result.git",
"version": "3.2.1"
},
{
"package": "Spectre",
"reason": null,
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import PackageDescription

let package = Package(
name: "SwiftBeaker",
dependencies: [.Package(url: "https://github.com/ishkawa/APIKit", majorVersion: 3),
.Package(url: "https://github.com/banjun/JetToTheFuture", majorVersion: 0),
.Package(url: "https://github.com/ikesyo/Himotoki", majorVersion: 3),
dependencies: [.Package(url: "https://github.com/ikesyo/Himotoki", majorVersion: 3),
.Package(url: "https://github.com/kylef/Stencil", majorVersion: 0),
.Package(url: "https://github.com/kylef/Commander", majorVersion: 0)
]
Expand Down

0 comments on commit a712465

Please sign in to comment.