chore: remove package.json & gitignore

This commit is contained in:
JD Solanki
2023-05-26 16:46:50 +05:30
committed by GitHub
parent a9b4258854
commit 743b4ef073
2 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
node_modules

View File

@@ -1,10 +0,0 @@
{
"version": "0.0.0",
"private": true,
"scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/package.json typescript-version/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"
}
}