chore: Add .gitignore and package.json files
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && pnpm bumpp --all package.json javascript-version/package.json typescript-version/package.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bumpp": "^8.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user