Skip to content

Commit c520454

Browse files
committed
update template
1 parent a283715 commit c520454

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/stack-blitz-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: npm run build:lib
4444

4545
- name: Publish
46-
run: npx pkg-pr-new@latest publish './' --template '.stackblitz/*' --compact
46+
run: npx pkg-pr-new@latest publish './' --template '.stackblitz/*'

.stackblitz/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pixi/layout",
2+
"name": "layout-js",
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {

.stackblitz/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pixi/layout",
2+
"name": "layout-react",
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)