Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "rc-hooks", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "React Hooks Library.", | ||
@@ -13,4 +13,4 @@ "main": "lib/index.js", | ||
"build": "npm run build:es && npm run build:cjs && npm run build:umd", | ||
"build:es": "rm -rf es && tsc -m ES2015 -t ES5 --outDir es -d", | ||
"build:cjs": "rm -rf lib && tsc -m commonjs -t ES5 --outDir lib -d", | ||
"build:es": "rm -rf es && tsc -p tsconfig.build.json -m ES2015 -t ES5 --outDir es -d", | ||
"build:cjs": "rm -rf lib && tsc -p tsconfig.build.json -m commonjs -t ES5 --outDir lib -d", | ||
"build:umd": "rm -rf dist && rollup -c", | ||
@@ -20,3 +20,2 @@ "doc": "dumi build", | ||
"prettier": "prettier --write **/*", | ||
"lint-staged": "lint-staged", | ||
"precommit": "lint-staged", | ||
@@ -28,3 +27,4 @@ "lint": "eslint src --ext ts,tsx", | ||
"prepare": "husky install", | ||
"prepublishOnly": "npm test && npm run build" | ||
"prepublishOnly": "npm test && npm run build", | ||
"tsc": "tsc --noEmit" | ||
}, | ||
@@ -106,3 +106,3 @@ "lint-staged": { | ||
"typescript": "^5.0.4", | ||
"util-helpers": "^4.16.2" | ||
"util-helpers": "^4.17.3" | ||
}, | ||
@@ -109,0 +109,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
565401