complex-matcher
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"private": false, | ||
"name": "complex-matcher", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"license": "ISC", | ||
"description": "", | ||
"keywords": [], | ||
"description": "Advanced search syntax used in XO", | ||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/complex-matcher", | ||
@@ -20,6 +19,2 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues", | ||
"preferGlobal": false, | ||
"main": "dist/", | ||
"files": [ | ||
"dist/" | ||
], | ||
"browserslist": [ | ||
@@ -34,19 +29,9 @@ ">2%" | ||
}, | ||
"scripts": { | ||
"postversion": "npm publish", | ||
"test": "node--test" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"babel-plugin-lodash": "^3.3.2", | ||
"cross-env": "^7.0.2", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", | ||
"clean": "rimraf dist/", | ||
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/", | ||
"prebuild": "yarn run clean", | ||
"predev": "yarn run prebuild", | ||
"prepublishOnly": "yarn run build", | ||
"postversion": "npm publish" | ||
"test": "^3.2.1" | ||
} | ||
} |
@@ -7,2 +7,4 @@ <!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED --> | ||
> Advanced search syntax used in XO | ||
## Install | ||
@@ -12,5 +14,5 @@ | ||
```sh | ||
npm install --save complex-matcher | ||
``` | ||
> npm install --save complex-matcher | ||
``` | ||
@@ -17,0 +19,0 @@ ## Usage |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
52
16930
3
527