We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd38ed commit 2b0b01fCopy full SHA for 2b0b01f
1 file changed
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "linux-command",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "Linux Command",
5
"main": "dist/data.json",
6
"scripts": {
7
"start": "npm run build && npm run deploy",
8
"build": "node build/build.js",
9
"deploy": "node build/deploy.js"
10
},
11
+ "files": [
12
+ "command",
13
+ "dist"
14
+ ],
15
"keywords": [
16
"cli",
17
"Linux",
0 commit comments