Skip to content

Commit

Permalink
replace answers with search in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 5, 2022
1 parent b63d7a1 commit 7de39d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "answers-core-legacy",
"name": "search-core-legacy",
"browser": "../dist/bundle.legacy.js",
"types": "../dist/bundle.d.ts"
}
2 changes: 1 addition & 1 deletion lib/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "answers-core-commonjs",
"name": "search-core-commonjs",
"main": "../../dist/commonjs/src",
"types": "../../dist/bundle.d.ts"
}
2 changes: 1 addition & 1 deletion lib/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "answers-core-esm",
"name": "search-core-esm",
"module": "../../dist/esm/src",
"types": "../../dist/bundle.d.ts"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yext/answers-core",
"name": "@yext/search-core",
"version": "1.7.0",
"description": "Typescript Networking Library for the Yext Answers API",
"description": "Typescript Networking Library for the Yext Search API",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/bundle.d.ts",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/yext/answers-core.git"
"url": "https://github.com/yext/search-core.git"
},
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yext/answers-core/issues"
"url": "https://github.com/yext/search-core/issues"
},
"homepage": "https://github.com/yext/answers-core#readme",
"homepage": "https://github.com/yext/search-core#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions test-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "answers-core-test-repo",
"name": "search-core-test-repo",
"version": "1.0.0",
"description": "testing of the answers-core",
"description": "testing of the search-core",
"private": "true",
"devDependencies": {
"ts-loader": "^9.2.6",
Expand Down

0 comments on commit 7de39d3

Please sign in to comment.