Skip to content

Commit d080310

Browse files
committed
* chore(package.json): add bin configuration for instags command line interface
* chore(source.txt): delete source.txt file * chore(target.txt): delete target.txt file * chore(test.txt): delete test.txt file
1 parent c70b032 commit d080310

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"automation"
1111
],
1212
"main": "index.js",
13+
"bin": {
14+
"instags": "bin/cli.js"
15+
},
1316
"repository": {
1417
"type": "git",
1518
"url": "git+https://github.com/ioncakephper/insert-file-tag.git"

source.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

target.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)