Skip to content

Commit ea6eb11

Browse files
committed
chore: renamed to @pythnetwork/create-pyth-package
1 parent 9e41c0f commit ea6eb11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@better-builds/ts-duality": "catalog:",
17-
"@pythnetwork/create-pyth-app": "workspace:",
17+
"@pythnetwork/create-pyth-package": "workspace:",
1818
"@cprussin/tsconfig": "catalog:",
1919
"@cprussin/prettier-config": "catalog:",
2020
"prettier": "catalog:",
File renamed without changes.

packages/create-pyth-app/package.json renamed to packages/create-pyth-package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
3-
"name": "@pythnetwork/create-pyth-app",
3+
"name": "@pythnetwork/create-pyth-package",
44
"description": "bootstrapper to quickly create a best-practices TypeScript library or application",
55
"version": "0.0.0",
66
"type": "module",
77
"bin": {
8-
"create-pyth-app": "./bin/create-pyth-app"
8+
"create-pyth-package": "./bin/create-pyth-package"
99
},
1010
"engines": {
1111
"pnpm": ">=10.19.0",
@@ -16,7 +16,7 @@
1616
"src/**"
1717
],
1818
"scripts": {
19-
"start": "tsx ./src/create-pyth-app.ts",
19+
"start": "tsx ./src/create-pyth-package.ts",
2020
"test:types": "tsc --noEmit"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)