Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from Personare/hotfix/prevent-incompatibility-o…
Browse files Browse the repository at this point in the history
…f-dev-dependencies

Prevent incompatibility of dev dependencies
  • Loading branch information
Cauê Alves authored Jul 26, 2017
2 parents a72015f + 9fb8091 commit ffc8c59
Show file tree
Hide file tree
Showing 3 changed files with 4,240 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Installation

```bash
npm install @personare/react-freshdesk-widget --save
yarn @personare/react-freshdesk-widget
```

## Basic Usage
Expand Down Expand Up @@ -383,7 +383,7 @@ render() {
To start developing in the project run:

```bash
npm run serve
yarn serve
```

Then ready at `http://localhost:9001`.
Expand All @@ -393,7 +393,7 @@ Then ready at `http://localhost:9001`.
Just run:

```bash
npm run tests
yarn test
```

<br />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@personare/react-freshdesk-widget",
"version": "0.2.2",
"version": "0.2.3",
"description": "A component of React for use the Freshdesk Widget",
"main": "dist/react-freshdesk-widget.js",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"jsdom": "^9.4.1",
"mocha": "^2.5.3",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.2.1",
"react-addons-test-utils": "15.2.1",
"style-loader": "^0.13.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ffc8c59

Please sign in to comment.