Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
upgraded version
Browse files Browse the repository at this point in the history
  • Loading branch information
chardmd committed Oct 22, 2021
1 parent 213e263 commit 38dc59f
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 16 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ To add custom styling to the root `<iframe>` element (e.g. to change the positio
/>
```

More information can be found here: https://www.drift.com/

### TypeScript

Includes TypeScript definitions.

### About Drift

More information can be found here: https://www.drift.com/

### License

MIT
244 changes: 244 additions & 0 deletions demo/dist/main.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions demo/package-lock.json

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

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-drift-demo",
"version": "1.2.1",
"version": "1.2.2",
"description": "React Drift Component Demo",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-driftjs": "^1.2.0"
"react-driftjs": "^1.2.2"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-driftjs",
"version": "1.2.1",
"version": "1.2.2",
"description": "React component implementation of Drift Chatbot Widget",
"homepage": "https://github.com/chardmd/react-drift",
"keywords": [
Expand Down

0 comments on commit 38dc59f

Please sign in to comment.