Skip to content

Commit

Permalink
start working on test site
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Aug 29, 2023
1 parent 67410a8 commit f45b46d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "An analytics library for Yext",
"author": "fusion@yext.com",
"license": "BSD-3-Clause",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
"main": "./lib/commonjs/src/index.js",
"module": "./lib/esm/src/index.js",
"types": "./lib/analytics.d.ts",
"keywords": [
"analytics",
Expand Down
4 changes: 3 additions & 1 deletion test-site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-site/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import analytics from '../../src/index';
import {analytics} from '@yext/analytics';


const chat = analytics({
Expand Down

0 comments on commit f45b46d

Please sign in to comment.