generated from BiscuitTin/project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate provenance statements for publish (#17)
- Loading branch information
1 parent
95a9f34
commit 8b4454c
Showing
8 changed files
with
41 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ dictionaries: [] | |
words: | ||
- arthurgeron | ||
- auvred | ||
- biscuittin | ||
- bttin | ||
- callees | ||
- cjsx | ||
|
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
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 |
---|---|---|
|
@@ -5,9 +5,10 @@ | |
"description": "Format various languages with formatters in ESLint, a fork of Antfu's, with support for configuration files.", | ||
"author": "Biscuit Tin <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/BiscuitTin/eslint-config/tree/main/packages/eslint-plugin-format#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BiscuitTin/eslint-config.git", | ||
"url": "git+https://github.com/BiscuitTin/eslint-config.git", | ||
"directory": "packages/eslint-plugin-format" | ||
}, | ||
"bugs": "https://github.com/BiscuitTin/eslint-config/issues", | ||
|
@@ -27,11 +28,15 @@ | |
"./rule-options": "./src/rule-options.ts" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
"LICENSE", | ||
"README.md", | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
"prepublish": "jiek build && jiek", | ||
"prepublish": "jiek build --noMin && jiek", | ||
"postpublish": "jiek" | ||
}, | ||
"peerDependencies": { | ||
|