Skip to content

Commit

Permalink
Release Version: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Harrison committed Jul 20, 2016
1 parent 13d8e48 commit ca0017c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meadow/sqs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Promise/JSON based client for Amazon SQS with automatic long-polling.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ execSync(`git tag ${nextRef}`);
execSync('git push origin master');
execSync(`git push origin ${nextRef}`);

execSync('npm publish', { stdio: [0, 1, 2] });
execSync('npm publish --access public', { stdio: [0, 1, 2] });

0 comments on commit ca0017c

Please sign in to comment.