Skip to content

Commit

Permalink
chore: update package.json and tsconfig.json to use @getcronit packages
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed May 24, 2024
1 parent b659b58 commit 5c8bb61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@cronitio/pylon-template",
"name": "@getcronit/pylon-template",
"version": "0.0.1",
"type": "module",
"description": "Generated with `pylon new`",
"files": [
"package.json"
],
"dependencies": {
"@cronitio/pylon": "*",
"@cronitio/pylon-builder": "*",
"@cronitio/pylon-server": "*"
"@getcronit/pylon": "*",
"@getcronit/pylon-builder": "*",
"@getcronit/pylon-server": "*"
},
"devDependencies": {
"commitizen": "^4.2.5",
"@cronitio/pylon-cli": "*"
"@getcronit/pylon-cli": "*"
},
"scripts": {
"develop": "bun run pylon develop",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {defineService, logger, PylonAPI} from '@cronitio/pylon'
import {defineService, logger, PylonAPI} from '@getcronit/pylon'

export default defineService({
Query: {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@cronitio/pylon/tsconfig.pylon.json",
"extends": "@getcronit/pylon/tsconfig.pylon.json",
}

0 comments on commit 5c8bb61

Please sign in to comment.