Skip to content

Commit

Permalink
fix: change description inside package.json (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Jan 7, 2021
1 parent 9ad137d commit 30aeda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm-cloud-sdk-core",
"version": "2.7.0",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
"main": "./dist/index",
"repository": {
"type": "git",
Expand Down Expand Up @@ -102,4 +102,4 @@
"coverageDirectory": "./coverage/",
"testEnvironment": "node"
}
}
}

0 comments on commit 30aeda9

Please sign in to comment.