Skip to content

Commit e1fc46d

Browse files
committed
Prepare npm package release
1 parent aa0635e commit e1fc46d

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
src
2+
tests
3+
examples
4+
.github
5+
.launchstack
6+
node_modules
7+
coverage
8+
9+
.replit
10+
replit.nix
11+
.config
12+
.upm
13+
.cache
14+
15+
.env
16+
.env.*
17+
*.log

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchstack-cli",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A TypeScript CLI for deployment automation, release workflows, changelogs, environments, and project launch operations.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -51,4 +51,4 @@
5151
"engines": {
5252
"node": ">=20"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)