chore: add LICENSE and contributing MD

This commit is contained in:
Mauricio Siu
2024-06-23 00:00:41 -06:00
parent 7a69bef823
commit a4f042c9df
5 changed files with 141 additions and 2 deletions

View File

@@ -81,7 +81,8 @@
"posttest": "pnpm run lint",
"prepack": "oclif manifest && oclif readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
"version": "oclif readme && git add README.md",
"publish" :"npm publish"
},
"types": "dist/index.d.ts"
}