Skip to content

Commit 2b0b01f

Browse files
committed
released v1.2.2
1 parent 6cd38ed commit 2b0b01f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "linux-command",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Linux Command",
55
"main": "dist/data.json",
66
"scripts": {
77
"start": "npm run build && npm run deploy",
88
"build": "node build/build.js",
99
"deploy": "node build/deploy.js"
1010
},
11+
"files": [
12+
"command",
13+
"dist"
14+
],
1115
"keywords": [
1216
"cli",
1317
"Linux",

0 commit comments

Comments
 (0)