@codady/axui
Advanced tools
Comparing version 3.0.12 to 3.0.13
{ | ||
"name": "@codady/axui", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"author": "AXUI Development Team", | ||
@@ -35,3 +35,2 @@ "license": "MIT", | ||
"rollup": "^4.18.1", | ||
"rollup-plugin-ignore": "^1.0.10", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
@@ -43,8 +42,8 @@ "rollup-plugin-replace": "^2.2.0", | ||
"build": "rollup --config", | ||
"mini": "npx terser ./dist/js/ax.js -o ./dist/js/ax.min.js -c arguments,dead_code,directives,arrows -m keep_classnames=true,keep_fnames=true && npx terser ./dist/js/ax.esm.js -o ./dist/js/ax.esm.min.js -c arguments,dead_code,directives,arrows -m keep_classnames=true,keep_fnames=true && npx terser ./dist/js/ax.cjs.js -o ./dist/js/ax.cjs.min.js -c arguments,dead_code,directives,arrows -m keep_classnames=true,keep_fnames=true && cleancss -o ./dist/css/ax.min.css ./dist/css/ax.css", | ||
"css": "node script-css.js", | ||
"mini": "node script-mini.js", | ||
"zip": "node script-zip.js", | ||
"css":"node script-css.js", | ||
"checkgit": "git --version || echo 'Git is not installed'", | ||
"push": "node script-push.js", | ||
"view": "node script-view.js" | ||
"view": "node script-view.js", | ||
"all": "npm run build && npm run css && npm run mini && npm run zip && npm publish && npm run push" | ||
}, | ||
@@ -55,2 +54,8 @@ "repository": { | ||
}, | ||
"extraRepositories": [ | ||
{ | ||
"type": "git", | ||
"url": "https://gitee.com/codady/axui" | ||
} | ||
], | ||
"keywords": [ | ||
@@ -72,2 +77,2 @@ "javascript", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
9153728
12
131857