Skip to content

Commit

Permalink
[1.0] update package.json (#173)
Browse files Browse the repository at this point in the history
Backport PR:
#172

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh authored Sep 17, 2021
1 parent 2f13c8d commit 7ede8d6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@opensearch/opensearch",
"name": "@opensearch-project/opensearch",
"description": "The official OpenSearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -12,7 +12,7 @@
},
"homepage": "https://www.opensearch.org/",
"version": "1.0.0",
"versionCanary": "7.14.0-canary.6",
"versionCanary": "7.10.0-canary.6",
"keywords": [
"opensearch",
"opensearchDashboards",
Expand All @@ -38,10 +38,7 @@
"license-checker": "license-checker --production --onlyAllow='MIT;Apache-2.0;Apache1.1;ISC;BSD-3-Clause;BSD-2-Clause'",
"build-esm": "npx gen-esm-wrapper . index.mjs && standard --fix index.mjs"
},
"author": {
"name": "Tomas Della Vedova",
"company": "Elastic BV"
},
"author": "opensearch-project",
"original-author": {
"name": "Spencer Alger",
"company": "Elasticsearch BV"
Expand Down

0 comments on commit 7ede8d6

Please sign in to comment.