We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fbdcb commit 053f58eCopy full SHA for 053f58e
1 file changed
package.json
@@ -1,22 +1,21 @@
1
{
2
"name": "latch",
3
"description": "A testing language for constraint environments",
4
- "version": "0.4.2",
+ "version": "0.4.3",
5
"type": "commonjs",
6
"exports": {
7
"types": "./dist/types/index.d.ts",
8
- "require": "./dist/cjs/index.js"
+ "require": "./dist/index.js"
9
},
10
- "main": "dist/cjs/index.js",
+ "main": "dist/index.js",
11
"types": "dist/types/index.d.ts",
12
"files": [
13
"dist",
14
"bin"
15
],
16
"scripts": {
17
"clean": "rm -rf dist",
18
- "build": "npm run build:cjs",
19
- "build:cjs": "tsc --project tsconfig.build.json",
+ "build": "tsc --project tsconfig.build.json",
20
"build:tests": "tsc --outDir out --project tsconfig.tests.json",
21
"watch": "tsc -watch -p ./",
22
"lint": "eslint src/**/* --config .eslint.config.mjs",
0 commit comments