Github user sgrebnov commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/55#discussion_r23286596
  
    --- Diff: package.json ---
    @@ -26,7 +28,8 @@
         },
         "devDependencies": {
             "jasmine-node": "1.14.5",
    -        "rewire": ">=2.1.3"
    +        "rewire": ">=2.1.3",
    +        "node-forge": "~0.6.18"
    --- End diff --
    
    I believe `prepublish` is run during `install` so  all required deps must 
be in `dependencies` (not in `devDependencies`), otherwise `npm install 
--production` will fail.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to