Skip to content

Commit ec8884c

Browse files
committed
Publish to lit in a non-stupid way
1 parent 3d5bb53 commit ec8884c

File tree

3 files changed

+15
-31
lines changed

3 files changed

+15
-31
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
return require './src/mach'

package.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
return {
2+
name = "ryanplusplus/mach",
3+
version = "1.0.15",
4+
description = "Simple mocking framework for Lua inspired by CppUMock and designed for readability",
5+
tags = { "testing" },
6+
license = "MIT",
7+
author = { name = "Ryan Hartlage", email = "[email protected]" },
8+
homepage = "https://github.com/ryanplusplus/mach.lua",
9+
dependencies = {},
10+
files = {
11+
"**.lua",
12+
"!spec*"
13+
}
14+
}

publish-to-lit.lua

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)