Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "axii", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -14,6 +14,2 @@ "author": "sskyy <skyking_H@hotmail.com>", | ||
"devDependencies": { | ||
"@mdx-js/mdx": "^2.0.0-next.9", | ||
"@prefresh/vite": "^2.2.0", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"codemirror": "^5.60.0", | ||
"command-line-args": "^5.1.1", | ||
@@ -51,10 +47,11 @@ "jest": "^26.4.2", | ||
"scripts": { | ||
"site": "vite --config vite.site.config.js", | ||
"build": "vite build", | ||
"build:site": "vite build --config vite.site.config.js", | ||
"publish:patch": "node ./scripts/publish.js -- --patch", | ||
"publish:minor": "node ./scripts/publish.js -- --minor", | ||
"publish:patch": "node ./scripts/publish.js --patch", | ||
"publish:minor": "node ./scripts/publish.js --minor", | ||
"test": "jest", | ||
"coverage": "jest --coverage" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
@@ -61,0 +58,0 @@ "dist" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
175574
7
669