From df376f5489c93d693b4a943bbe0f8ff5ef6f3ef9 Mon Sep 17 00:00:00 2001 From: Michele Bertoli Date: Tue, 25 Apr 2017 09:33:00 +0100 Subject: [PATCH] v1.1.1 close #9 --- README.md | 3 +-- package.json | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1724f6c..bbabe5b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -73,4 +73,3 @@ If you want contribute to `snapguidist`, start the example from the root folder ```bash yarn start ``` - diff --git a/package.json b/package.json index 372864c..60a1fba 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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": {