Skip to content

Commit 90f09d2

Browse files
committed
Remove mocha artifacts
1 parent 04faff3 commit 90f09d2

3 files changed

Lines changed: 1 addition & 416 deletions

File tree

bin/latch.cjs

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "latch",
33
"description": "A testing language for constraint environments",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"type": "commonjs",
66
"exports": {
77
"types": "./dist/types/index.d.ts",
@@ -13,9 +13,6 @@
1313
"dist",
1414
"bin"
1515
],
16-
"bin": {
17-
"latch": "bin/latch.cjs"
18-
},
1916
"scripts": {
2017
"clean": "rm -rf dist",
2118
"build": "npm run clean && npm run build:cjs",

0 commit comments

Comments
 (0)