Skip to content

Commit

Permalink
fix: try not building the transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 9, 2024
1 parent 9d7a5f1 commit fd2799b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transformers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "zwave-js: compile-time transformers",
"private": true,
"keywords": [],
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"build/**/*.{js,d.ts,map}"
],
Expand Down

0 comments on commit fd2799b

Please sign in to comment.