This commit is contained in:
Philipp Kunz 2022-08-09 18:19:05 +02:00
parent 4d3e1ddf9f
commit 09ed8f2282
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartmatch",
"version": "1.0.7",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartmatch",
"version": "1.0.7",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"matcher": "^5.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmatch",
"version": "1.0.7",
"version": "2.0.0",
"private": false,
"description": "a minimal matching library using picomatch",
"main": "dist_ts/index.js",