Skip to content

Commit

Permalink
chore: migrate to AutosseyAI and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Sep 27, 2023
1 parent 827e9e0 commit 95467e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
.DS_Store
*.txt
bun.lockb
yarn-error.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<blockquote align="center">Prepare bin scripts for publishing.</blockquote>

_If I should maintain this repo, please ⭐️_
_If you find this repo useful, stars are appreciated ⭐️_
<a href="https://github.com/autosoftoss/autobin">
<img align="right" alt="GitHub stars" src="https://img.shields.io/github/stars/autosoftoss/autobin?label=%E2%AD%90%EF%B8%8F&style=social">
</a>
Expand Down
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@
"author": "Connor White",
"repository": {
"type": "git",
"url": "git+https://github.com/autosoftoss/autobin.git"
"url": "git+https://github.com/AutosseyAI/autobin.git"
},
"bugs": {
"url": "https://github.com/autosoftoss/autobin/issues"
"url": "https://github.com/AutosseyAI/autobin/issues"
},
"keywords": [
"bin",
"hashbang",
"node",
"shebang",
"auto",
"autosoft",
"autorepo"
"auto"
],
"type": "module",
"main": ".auto/build/index.js",
Expand All @@ -33,28 +31,25 @@
],
"scripts": {
"build": "tsc --project ./tsconfig.json --incremental",
"dev": "ts-node-esm ./source/bin/index.ts",
"dev": "node --loader ts-node/esm ./source/bin/index.ts",
"lint": "eslint source --ext .ts && npmPkgJsonLint .",
"postbuild": "yarn dev",
"prepack": "yarn build",
"release": "yarn version && git push && git push --tags"
},
"dependencies": {
"clee": "^0.2.5",
"clee": "^0.2.9",
"file-structure": "^1.6.2",
"make-executable": "^2.0.2",
"read-file-safe": "^1.0.10",
"write-file-safe": "^1.3.1"
"read-file-safe": "^2.1.1",
"write-file-safe": "^2.0.3"
},
"devDependencies": {
"@autosoft/eslint-config": "^1.0.2",
"@autosoft/tsconfig": "^1.0.1",
"npm-package-json-lint-config-auto": "^1.0.2"
"@autossey/eslint-config": "^0.1.0",
"@autossey/tsconfig": "^1.1.0",
"ts-node": "^10.9.1"
},
"eslintConfig": {
"extends": "@autosoft/eslint-config"
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-auto"
"extends": "@autossey/eslint-config"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@autosoft/tsconfig",
"extends": "@autosoft/tsconfig/node-18",
"compilerOptions": {
"outDir": ".auto/build"
},
Expand Down

0 comments on commit 95467e0

Please sign in to comment.