Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 8c2a0de

Browse files
committed
add bin field
1 parent b1f387c commit 8c2a0de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@strapi/codemods",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "bin/cli.js",
55
"license": "MIT",
66
"files": [
77
"bin/",
88
"lib/"
99
],
10+
"bin": {
11+
"codemods": "bin/cli.js"
12+
},
1013
"scripts": {
1114
"test": "jest --verbose",
1215
"lint": "eslint .",

0 commit comments

Comments
 (0)