Comparing version 0.18.7 to 0.18.8
{ | ||
"name": "most", | ||
"version": "0.18.7", | ||
"version": "0.18.8", | ||
"description": "Monadic streams", | ||
@@ -12,3 +12,3 @@ "main": "most.js", | ||
"test": "eslint . && buster-test", | ||
"build": "webpack --output-library most --output-library-target umd ./most.js --output-file dist/most.js && uglifyjs dist/most.js -c 'warnings=false' -m -o dist/most.min.js", | ||
"build": "webpack --output-library most --output-library-target umd ./most.js --output-filename dist/most.js && uglifyjs dist/most.js -c \"warnings=false\" -m -o dist/most.min.js", | ||
"preversion": "npm run build" | ||
@@ -45,3 +45,3 @@ }, | ||
"uglify-js": "^2.4.23", | ||
"webpack": "^1.10.1" | ||
"webpack": "^1.12.14" | ||
}, | ||
@@ -48,0 +48,0 @@ "dependencies": { |
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
121972