@daybrush/builder
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -30,3 +30,3 @@ const fs = require("fs"); | ||
}); | ||
const minifyPlugin = require("@daybrush/rollup-plugin-prototype-minify")({ sourcemap: true }) | ||
const minifyPlugin = require("rollup-plugin-prototype-minify")({ sourcemap: true }) | ||
const resolvePlugin = require("rollup-plugin-node-resolve")(); | ||
@@ -33,0 +33,0 @@ const uglifyPlugin = require("rollup-plugin-uglify").uglify; |
{ | ||
"name": "@daybrush/builder", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"rollup-plugin-prototype-minify": "^1.0.5", | ||
"rollup-plugin-prototype-minify": "^1.1.0", | ||
"rollup-plugin-replace": "^2.1.1", | ||
@@ -27,0 +27,0 @@ "rollup-plugin-typescript": "^1.0.1", |
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
6742