Skip to content

Commit 41c199d

Browse files
committed
0.1.1
1 parent 43f5b18 commit 41c199d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "my-starter-ts-npm-cli-and-lib",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Typescript で CLI とライブラリの npm パッケージを作成するためのスターター。",
55
"license": "MIT",
66
"keywords": [],
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"bin": {
13-
"count": "./dist/main.js"
13+
"count": "dist/main.js"
1414
},
1515
"scripts": {
1616
"start": "tsc && node dist/main.js",

0 commit comments

Comments
 (0)