We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d40736 commit fc4bb20Copy full SHA for fc4bb20
packages/stapp-cli-tools/.npmignore
@@ -38,7 +38,5 @@ compiled
38
.npmrc
39
40
# Other
41
-tsconfig.json
42
testSetup.ts
43
-src/
44
examples/
packages/stapp-cli-tools/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stapp-cli-tools",
3
- "version": "2.6.0",
+ "version": "2.6.2",
4
"description": "Command line utilities for Stapp",
5
"keywords": [
6
"stapp",
@@ -12,7 +12,7 @@
12
"main": "lib/index.js",
13
"typings": "lib/index.d.ts",
14
"files": [
15
- "lib"
+ "src"
16
],
17
"author": "Dmitry Korolev <dmitry@korolev.dk> (https://korolev.dk)",
18
"repository": {
0 commit comments