@rjgf/utils
Advanced tools
Comparing version 0.2.6 to 1.0.0
@@ -13,3 +13,3 @@ { | ||
], | ||
"gitHead": "5d951b84d120e643ac59f2ee05b759e8d2c9b1ba", | ||
"gitHead": "d0dc7c3613e04ef935cfc24a885febb8aee6147c", | ||
"license": "Apache-2.0", | ||
@@ -22,10 +22,3 @@ "main": "./dist/index.js", | ||
}, | ||
"scripts": { | ||
"build": "yarn tsc", | ||
"dev": "yarn tsc -w", | ||
"lint": "yarn eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src", | ||
"prepublish": "yarn build", | ||
"test": "echo 'test skip' && exit 0" | ||
}, | ||
"version": "0.2.6", | ||
"version": "1.0.0", | ||
"dependencies": { | ||
@@ -36,3 +29,10 @@ "lodash-es": "^4.17.21" | ||
"@types/lodash-es": "^4.17.4" | ||
}, | ||
"scripts": { | ||
"build": "pnpm tsc", | ||
"dev": "pnpm tsc -w", | ||
"lint": "pnpm eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src", | ||
"prepublish": "pnpm build", | ||
"test": "echo 'test skip' && exit 0" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
16633