aws-event-mocks icon indicating copy to clipboard operation
aws-event-mocks copied to clipboard

Publish to npm

Open petermorlion opened this issue 4 years ago • 2 comments

#4 was merged which fixes an issue for us. But can the latest version of this repository be published to npm? The current version on npm doesn't contain this fix.

petermorlion avatar Mar 12 '20 11:03 petermorlion

Would still like to see a new version on npm.

Elias-Serneels avatar Sep 23 '20 15:09 Elias-Serneels

I'm installing directly from github (and then get smacked around a bit during code review):

npm install https://github.com/serverless/aws-event-mocks.git --save-dev
"devDependencies": {
    "aws-event-mocks": "github:serverless/aws-event-mocks"
}

rwhite-lightbox avatar Feb 24 '24 13:02 rwhite-lightbox