rxjs-hooks
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "rxjs-hooks", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "React hooks for RxJS", | ||
"main": "esm/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"author": "LongYinan <lynweklm@gmail.com>", | ||
"license": "MIT", | ||
"typings": "esm/index.d.ts", | ||
"typings": "dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rm -rf esm && tsc -p src/tsconfig.json --outDir esm", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "rm -rf dist/esm && tsc -p src/tsconfig.json --module es2015 --target es5 --outDir dist/esm", | ||
"build:cjs": "rm -rf dist/cjs && tsc -p src/tsconfig.json --module commonjs --target es5 --outDir dist/cjs", | ||
"lint": "tslint -c tslint.json -p src/tsconfig.json", | ||
@@ -13,0 +16,0 @@ "start": "webpack-dev-server --config ./tools/webpack.config.js --progress --color", |
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
410888
61
1492