Skip to content

Commit 5e95829

Browse files
Merge pull request #58 from zeixcom/feature/trusted-publisher-workflow
chore: add repository field to package.json
2 parents 7aacbae + e65bb4b commit 5e95829

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Cause & Effect
3-
* @version 1.3.4-beta.7
3+
* @version 1.3.4-beta.8
44
* @author Esther Brunner
55
*/
66

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@zeix/cause-effect",
3-
"version": "1.3.4-beta.7",
3+
"version": "1.3.4-beta.8",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/zeixcom/cause-effect"
7+
},
48
"homepage": "https://github.com/zeixcom/cause-effect#readme",
59
"author": "Esther Brunner",
610
"type": "module",

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Cause & Effect
3-
* @version 1.3.4-beta.7
3+
* @version 1.3.4-beta.8
44
* @author Esther Brunner
55
*/
66
export { CircularDependencyError, type Guard, InvalidCallbackError, InvalidSignalValueError, NullishSignalValueError, ReadonlySignalError, RequiredOwnerError, UnsetSignalValueError, } from './src/errors';

0 commit comments

Comments
 (0)