sbweb-scalegorithm
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "sbweb-scalegorithm", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "S. Derdeyn <sigged@users.noreply.github.com>", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"build": "npm run build:js", | ||
"build:js": "babel src/ --out-dir build/scripts && uglifyjs --compress --mangle --comments -o build/scripts/scalegorithm.min.js -- build/scripts/scalegorithm.js" | ||
"build:js": "babel src/ --out-dir build/ && uglifyjs --compress --mangle --comments -o build/scalegorithm.min.js -- build/scalegorithm.js" | ||
}, | ||
@@ -28,0 +28,0 @@ "dependencies": {}, |
@@ -1,2 +0,2 @@ | ||
const sg = require('../build/scripts/scalegorithm.js'); | ||
const sg = require('../build/scalegorithm.js'); | ||
@@ -3,0 +3,0 @@ let parameters; |
@@ -1,2 +0,2 @@ | ||
const sg = require('../build/scripts/scalegorithm.js'); | ||
const sg = require('../build/scalegorithm.js'); | ||
@@ -3,0 +3,0 @@ let parameters; |
@@ -1,2 +0,2 @@ | ||
const sg = require('../build/scripts/scalegorithm.js'); | ||
const sg = require('../build/scalegorithm.js'); | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
const sg = require('../build/scripts/scalegorithm.js'); | ||
const sg = require('../build/scalegorithm.js'); | ||
@@ -3,0 +3,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
117189