Skip to content

Commit

Permalink
feat: add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 24, 2021
1 parent d4ad3c1 commit 7e1c12b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/Packages
/*.xcodeproj
xcuserdata/

.swiftpm/xcode/package.xcworkspace/
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "extensionkit",
"version": "1.0.0",
"description": "A collection of UIKit and SwiftUI extensions to speed up app development",
"main": "package.swift",
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtokman/ExtensionKit.git"
},
"author": "Gary Tokman",
"license": "ISC",
"bugs": {
"url": "https://github.com/gtokman/ExtensionKit/issues"
},
"homepage": "https://github.com/gtokman/ExtensionKit#readme"
}

0 comments on commit 7e1c12b

Please sign in to comment.