Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
close #9
  • Loading branch information
MicheleBertoli committed Apr 25, 2017
1 parent c15d976 commit df376f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The package overrides a few `rsg` components from `react-styleguidist`:
Therefore, you won't be able to override them again in your project.
We are working with [@sapegin](https://github.com/sapegin/) (the author of `react-styleguist`) to find a solution.
We are working with [@sapegin](https://github.com/sapegin/) (the author of `react-styleguist`) to find a [solution](https://github.com/styleguidist/react-styleguidist/issues/354).
# Example
Expand All @@ -73,4 +73,3 @@ If you want contribute to `snapguidist`, start the example from the root folder
```bash
yarn start
```
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "snapguidist",
"version": "1.1.0",
"version": "1.1.1",
"description": "Snapshot testing for React Styleguidist",
"repository": "https://github.com/MicheleBertoli/snapguidist.git",
"repository": "https://github.com/styleguidist/snapguidist.git",
"main": "./src/index.js",
"files": [
"src"
Expand Down Expand Up @@ -56,7 +56,7 @@
"codemirror": ">=5.20.2",
"react": ">=15",
"react-codemirror": ">=0.2.6",
"react-styleguidist": ">=4.5",
"react-styleguidist": ">=4.5 <5",
"webpack": ">=1.14.0"
},
"lint-staged": {
Expand Down

0 comments on commit df376f5

Please sign in to comment.