Skip to content

Commit

Permalink
Bump version for doc fix release to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflaporte committed Aug 9, 2023
1 parent 3daf292 commit f2dde99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"eslint.workingDirectories": ["./src"],
"eslint.workingDirectories": [
"./src"
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand All @@ -9,5 +11,7 @@
"[typecript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"npm.packageManager": "pnpm"
}
"npm.packageManager": "pnpm",
"jest.jestCommandLine": "pnpm test-op --",
"jest.autoRun": "off"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.5.1",
"description": "An AI Engineering Framework for TypeScript",
"author": "Jeff LaPorte (https://github.com/jefflaporte)",
"repository": "https://github.com/TypeAI-dev/typeai-core",
"repository": "https://github.com/TypeAI-dev/typeai",
"private": false,
"license": "SEE LICENSE IN LICENSE.txt",
"type": "module",
Expand All @@ -24,7 +24,7 @@
"prepare": "./node_modules/.bin/deepkit-type-install",
"prepublishOnly": "pnpm run build",
"test": "jest --setupFiles 'dotenv/config'",
"test-op": "op run --env-file=.env jest -- --color"
"test-op": "op run --env-file=.env jest"
},
"publishConfig": {
"access": "public"
Expand All @@ -46,7 +46,7 @@
"LICENSE.txt"
],
"bugs": {
"url": "https://github.com/TypeAI-dev/core/issues/new?template=bug_report.md"
"url": "https://github.com/TypeAI-dev/typeai/issues/new?template=bug_report.md"
},
"devDependencies": {
"@deepkit/type-compiler": "npm:@jefflaporte/deepkit-type-compiler@1.0.1-alpha.97-jl",
Expand Down Expand Up @@ -87,4 +87,4 @@
"lodash": "^4.17.21",
"openai": "~3.3.0"
}
}
}

0 comments on commit f2dde99

Please sign in to comment.