Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit eae4a5b

Browse files
committed
Release 1.0.0-RC1
1 parent bd077e7 commit eae4a5b

File tree

2 files changed

+29
-31
lines changed

2 files changed

+29
-31
lines changed

package-lock.json

Lines changed: 26 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/template-matcher",
3-
"version": "0.0.2",
3+
"version": "1.0.0-RC1",
44
"main": "dist/index",
55
"typings": "dist/index",
66
"description": "Locate images on your screen using template matching in nut.js",
@@ -48,7 +48,7 @@
4848
"opencv4nodejs-prebuilt": "5.3.3"
4949
},
5050
"devDependencies": {
51-
"@nut-tree/nut-js": "next",
51+
"@nut-tree/nut-js": "2.0.0-RC1",
5252
"@types/jest": "27.0.1",
5353
"@types/node": "16.7.10",
5454
"jest": "27.1.0",
@@ -59,6 +59,6 @@
5959
"typescript": "4.4.2"
6060
},
6161
"peerDependencies": {
62-
"@nut-tree/nut-js": "next"
62+
"@nut-tree/nut-js": "2.0.0-RC1"
6363
}
6464
}

0 commit comments

Comments
 (0)