erisu opened a new pull request #136:
URL: https://github.com/apache/cordova-plugman/pull/136


   ### Motivation and Context
   
   Update test dependencies to latest & fix rewire shebang bug
   
   ### Description
   
   **Dependencies Updates:**
   
   - jasmine@^3.9.0
   - rewire@^5.0.0
   
   **Shebang Fix Changes:**
   
   * Remove shebang from logical file `main.js`.
   * Kept main logic in `main.js`.
   * Created `bin.js` to be the binary entry point. It contains the shebang and 
require to `main.js`
   
   ### Testing
   
   - `npm t`
   - `npm link` for global command `plugman`
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to