Skip to content

Commit 74d3aa9

Browse files
authored
chore: Bump 1.0.0 (#100)
1 parent 1c5b30b commit 74d3aa9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
> **Work In Progress**: Visual regression testing for React Native
5+
> Visual regression testing for React Native
66
77
## Installation
88

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-owl",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "Visual regression testing for React Native",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -26,6 +26,15 @@
2626
"repository": "https://github.com/FormidableLabs/react-native-owl.git",
2727
"author": "Emmanouil Konstantinidis <[email protected]>",
2828
"license": "MIT",
29+
"keywords": [
30+
"react-native",
31+
"ios",
32+
"android",
33+
"mobile",
34+
"visual regression",
35+
"testing",
36+
"tooling"
37+
],
2938
"jest": {
3039
"preset": "ts-jest",
3140
"testEnvironment": "node",

0 commit comments

Comments
 (0)