Skip to content

Commit fc4bb20

Browse files
fix(cli-tools): fix publishing issue
1 parent 9d40736 commit fc4bb20

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/stapp-cli-tools/.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ compiled
3838
.npmrc
3939

4040
# Other
41-
tsconfig.json
4241
testSetup.ts
43-
src/
4442
examples/

packages/stapp-cli-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stapp-cli-tools",
3-
"version": "2.6.0",
3+
"version": "2.6.2",
44
"description": "Command line utilities for Stapp",
55
"keywords": [
66
"stapp",
@@ -12,7 +12,7 @@
1212
"main": "lib/index.js",
1313
"typings": "lib/index.d.ts",
1414
"files": [
15-
"lib"
15+
"src"
1616
],
1717
"author": "Dmitry Korolev <dmitry@korolev.dk> (https://korolev.dk)",
1818
"repository": {

0 commit comments

Comments
 (0)