-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from NullVoxPopuli/update-release-plan
Update release-plan
- Loading branch information
Showing
4 changed files
with
27 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,13 @@ | |
"require": "./dist/globals.cjs" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
|
@@ -34,10 +41,10 @@ | |
"dev:browser": "vite", | ||
"lint": "tsc && prettier --check .", | ||
"lint:fix": "prettier --write .", | ||
"prepare": "npm run build", | ||
"start": "tsup --dts --watch", | ||
"test": "node --experimental-vm-modules node_modules/qunit/bin/qunit.js --require @swc-node/register tests/*-test.ts", | ||
"typecheck": "tsc", | ||
"prepare": "npm run build" | ||
"typecheck": "tsc" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-syntax-decorators": "^7.23.3", | ||
|
@@ -61,12 +68,5 @@ | |
"typescript": "^5.4.5", | ||
"vite": "^5.4.10" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |