webgl-plot
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "webgl-plot", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "High-performance 2D plotting framework based on native WebGL", | ||
"main": "./dist/index.js", | ||
"main": "./src/index.js", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"build": "tsc ./src/index.ts --outDir ./dist" | ||
"build": "tsc ./src/index.ts" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
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
16797