Skip to content

Commit

Permalink
chore: Bump 1.0.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
manosim authored Jun 15, 2022
1 parent 1c5b30b commit 74d3aa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![github][github-image]][github-url] [![npm][npm-image]][npm-url] [![docs][docs-image]][docs-url] [![Maintenance Status][maintenance-image]](#maintenance-status)

> **Work In Progress**: Visual regression testing for React Native
> Visual regression testing for React Native
## Installation

Expand Down
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-owl",
"version": "0.0.4",
"version": "1.0.0",
"description": "Visual regression testing for React Native",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,6 +26,15 @@
"repository": "https://github.com/FormidableLabs/react-native-owl.git",
"author": "Emmanouil Konstantinidis <[email protected]>",
"license": "MIT",
"keywords": [
"react-native",
"ios",
"android",
"mobile",
"visual regression",
"testing",
"tooling"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
Expand Down

0 comments on commit 74d3aa9

Please sign in to comment.