Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "dominic", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Helper to quickly build up DOM in simple javascript object format.", | ||
@@ -5,0 +5,0 @@ "scripts": [ |
@@ -1,3 +0,3 @@ | ||
var Dominic = require('src/index') | ||
var Dominic = require('lib/index') | ||
module.exports = Dominic |
{ | ||
"name": "dominic", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Helper to quickly build up DOM in simple javascript object format.", | ||
@@ -8,4 +8,4 @@ "main": "dominic.js", | ||
"test": "test", | ||
"beautify": "uglifyjs dominic.js -o dist/dominic.js -b space-colon=true,semicolons=false,quote_style=1,indent-level=4", | ||
"minify": "uglifyjs dominic.js -o dist/dominic.min.js -c dead_code,unused,booleans,loops,join_vars,drop_debugger,drop_console,sequences -m", | ||
"beautify": "uglifyjs lib/index.js -o dist/dominic.js -b space-colon=true,semicolons=false,quote_style=1,indent-level=4", | ||
"minify": "uglifyjs lib/index.js -o dist/dominic.min.js -c dead_code,unused,booleans,loops,join_vars,drop_debugger,drop_console,sequences -m", | ||
"output": "npm run beautify && npm run minify" | ||
@@ -12,0 +12,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31532
6
533