Commit 1cdf3852 authored by awaidmann's avatar awaidmann Committed by GitHub
Browse files

Remove OS restrictions

Previously, OS was restricted to only `linux`. However cytoscape.js does not appear to have any os restrictions defined in it's [`package.json`](https://github.com/cytoscape/cytoscape.js/blob/master/package.json).
parent 8db62864
Loading
Loading
Loading
Loading
+0 −3
Changes for package.json: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -42,9 +42,6 @@
      "email": "fred.eisele@vanderbilt.edu"
    }
  ],
  "os": [
    "linux"
  ],
  "optionalDependencies": {},
  "preferGlobal": true,
  "private": false,