webgl-fluid
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "webgl-fluid", | ||
"pascalCasedName": "WebGLFluid", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"private": false, | ||
@@ -29,3 +29,3 @@ "description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.", | ||
"doc": "vitepress dev --open /README", | ||
"release": "npx case-police --fix && npx lint-staged && pnpm build && cl release" | ||
"release": "npx case-police --ignore ./src --fix && npx lint-staged && pnpm build && cl release" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"lint-staged": { | ||
"!(demo/**/*)*.{js,ts,tsx,vue,md}": [ | ||
"{src,__tests__}/**.*": [ | ||
"eslint --fix" | ||
@@ -47,0 +47,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
177688