Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "fluids", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Glue layer for reactivity", | ||
"main": "src/index.js", | ||
"main": "dist/cjs/index", | ||
"module": "dist/esm/index", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"build": "tsc -p . --outDir dist/cjs && tsc -p . --module es6 --outDir dist/esm", | ||
"prepare": "yarn build" | ||
@@ -9,0 +10,0 @@ }, |
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
8141
3
88