Skip to content

Commit

Permalink
Removed OS restriction from package.json so CICD/build services can b…
Browse files Browse the repository at this point in the history
…uild apps with node-windows on Linux. Closes #264.
  • Loading branch information
coreybutler committed Jul 22, 2020
1 parent 5fee652 commit 2764441
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-windows",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Support for Windows services, event logging, UAC, and several helper methods for interacting with the OS.",
"keywords": [
"ngn",
Expand All @@ -17,9 +17,6 @@
"author": "Corey Butler <corey@coreybutler.com>",
"devDependencies": {},
"main": "lib/node-windows.js",
"os": [
"win32"
],
"preferGlobal": true,
"dependencies": {
"optimist": "~0.6.0",
Expand Down

0 comments on commit 2764441

Please sign in to comment.