Closed mischah closed 9 years ago
Did you had a chance to review the changes?
Reason for my reminder. I need this changes in my itunes cli and referencing my fork for now in my package.json. But I would like to get rid of this ;)
Oh, yeah. Sorry. This totally slipped through the cracks within a busy schedule. I looked at it, but didn't get the chance to test it out and merge. But it looks good! Thanks for your help!
I've also added you as a collaborator to the project, so you can merge the PR yourself :+1:
Thanks man :blush:
Would you add me as collaborator to the npm too?
cd path/to/node-osascript
npm owner add mischah
Otherwise I would ping you as soon as the new version is ready to publish on npm.
I'm happy to add you as collaborator on NPM as well. Same username as here? (edit, saw you posted your username above)
Deployment rutines (strictly following semver):
git tag -a v1.1.0 -m "v1.1.0"
)npm publish
(I'm using a tool (mversion) for steps 1. to 3., but feel free to do what ever you want).
Thanks. Same Deployment routines I like to use :ok_hand:
I also try to update the release log when it makes sense. Haven't done too good of a job in this repo, though.
Btw, I've added you to NPM: https://www.npmjs.com/package/osascript
Thanks :sparkling_heart:
Makes it possible to return a string representation of an JavaScript object from JXA back in the node.js world:
See
examples/js/return.js
and osascript man pageI could squash commits if you prefer a shorter history :octocat: