Skip to content

Commit

Permalink
Update os on Package.json
Browse files Browse the repository at this point in the history
restricting OS to linux only, notice that java need to be b64
  • Loading branch information
morganmora authored Oct 4, 2018
1 parent d4e489c commit 8400c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icode-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install Icode (shell Code Quality scanner) from NPM",
"icodeVersion": "3.1.0",
"main": "index.js",
Expand All @@ -17,6 +17,7 @@
"engines": {
"node": ">0.10.1"
},
"os" : [ "linux" ],
"keywords": [
"cli",
"icode",
Expand Down

0 comments on commit 8400c06

Please sign in to comment.