This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergey Tatarintsev
committed
Oct 14, 2016
1 parent
e080953
commit d0e98f4
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="0.7.2"></a> | ||
## [0.7.2](https://github.com/researchgate/gemini-react/compare/v0.7.1...v0.7.2) (2016-10-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Ignore styles in node environment ([#20](https://github.com/researchgate/gemini-react/issues/20)) ([e080953](https://github.com/researchgate/gemini-react/commit/e080953)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "gemini-react", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Wrapper, which simplifies writing gemini tests for react components", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"lint": "eslint .", | ||
"precommit": "npm run lint", | ||
"commitmsg": "conventional-changelog-lint -e" | ||
"commitmsg": "conventional-changelog-lint -e", | ||
"release": "standard-version" | ||
}, | ||
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)", | ||
"license": "MIT", | ||
|
@@ -29,6 +30,7 @@ | |
"mocha": "^3.0.0", | ||
"react": "^15.3.0", | ||
"react-dom": "^15.3.0", | ||
"standard-version": "^3.0.0", | ||
"webpack": "^1.13.1" | ||
}, | ||
"dependencies": { | ||
|