console.draw
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "console.draw", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
"author": "Francois Laberge", | ||
"license": "MIT", | ||
"homepage": "https://github.com/seflless/arbitrary", | ||
"homepage": "https://github.com/seflless/console.draw", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seflless/arbitrary.git" | ||
"url": "https://github.com/seflless/console.draw.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/seflless/arbitrary/issues" | ||
"url": "https://github.com/seflless/console.draw/issues" | ||
}, | ||
@@ -22,9 +22,9 @@ "keywords": [ | ||
"type": "module", | ||
"main": "./dist/arbitrary.umd.cjs", | ||
"module": "./dist/arbitrary.js", | ||
"main": "./dist/console.draw.umd.cjs", | ||
"module": "./dist/console.draw.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/arbitrary.js", | ||
"require": "./dist/arbitrary.umd.cjs" | ||
"import": "./dist/console.draw.js", | ||
"require": "./dist/console.draw.umd.cjs" | ||
} | ||
@@ -40,3 +40,4 @@ }, | ||
"test": "vitest", | ||
"vcoverage": "vitest run --coverage" | ||
"cli-test": "vitest run", | ||
"coverage": "vitest run --coverage" | ||
}, | ||
@@ -43,0 +44,0 @@ "devDependencies": { |
6061
9
19