Skip to content

Commit 0f69a7a

Browse files
committed
fix: bump version to 0.1.10 in package.json and remove unused script from actions.ts
1 parent 5a095d0 commit 0f69a7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

create-arkstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-arkstack",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"description": "Scaffold new H3.js or Express.js applications using Toneflix's arkstack templates and starter kits",
66
"homepage": "https://arkstack.toneflix.net",
77
"repository": {

create-arkstack/src/actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export default class {
163163
delete pkg.scripts.precmd
164164
delete pkg.scripts.build
165165
delete pkg.scripts.dev
166+
delete pkg.scripts.cmd
166167

167168
pkg.scripts.postinstall = 'prepare'
168169

0 commit comments

Comments
 (0)