fix(exports): correct package.json exports field syntax
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@git.zone/tswatch",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"private": false,
|
||||
"description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.",
|
||||
"exports": {
|
||||
"./": "./dist_ts/index.js"
|
||||
".": "./dist_ts/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Lossless GmbH",
|
||||
|
Reference in New Issue
Block a user