Skip to content

Commit

Permalink
Merge pull request #777 from aoberoi/lerna-remove-versions-on-private…
Browse files Browse the repository at this point in the history
…-packages

remove versions on private packages
  • Loading branch information
aoberoi committed Apr 18, 2019
2 parents ce7daeb + e9062be commit 53c26f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/express-all-interactions/package.json
@@ -1,7 +1,6 @@
{
"name": "@slack/express-all-interactions",
"private": true,
"version": "1.0.0",
"description": "An example of using Slack Interactive Messages for Node",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/greet-and-react/package.json
@@ -1,6 +1,5 @@
{
"name": "@slack/events-api-example-greet-and-react",
"version": "1.0.0",
"private": true,
"description": "A basic example of using the Slack Events API Adapter for Node",
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion integration-tests/package.json
@@ -1,6 +1,5 @@
{
"name": "@slack/sdk-integration-tests",
"version": "0.0.1",
"private": true,
"description": "Integration tests for Node Slack SDK",
"author": "Slack Technologies, Inc.",
Expand Down

0 comments on commit 53c26f1

Please sign in to comment.