Skip to content

Commit

Permalink
Make alfa-applicative a type-only package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Dec 18, 2024
1 parent ecb174c commit 91fe85d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions packages/alfa-applicative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
"node": ">=20.0.0"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"dependencies": {
Expand Down
7 changes: 0 additions & 7 deletions packages/alfa-applicative/src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/alfa-applicative/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "../dist" },
"compilerOptions": { "outDir": "../dist", "emitDeclarationOnly": true },
"files": ["./applicative.ts", "./index.ts"],
"references": [
{ "path": "../../alfa-functor" },
Expand Down

0 comments on commit 91fe85d

Please sign in to comment.