@mbao01/common
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@mbao01/common", | ||
"private": false, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -17,9 +17,8 @@ "author": "Ayomide Bakare", | ||
"main": "./src/index.ts", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist/types", | ||
"plugin.js", | ||
"plugin.d.ts", | ||
".eslintrc.cjs", | ||
"postcss.config.js", | ||
"tailwind.config.ts", | ||
"tsconfig.node.json", | ||
@@ -32,2 +31,4 @@ "tsconfig.shared.json", | ||
"./plugin": "./plugin.js", | ||
"./vitest/setup": "./vitest-setup.ts", | ||
"./vitest/config": "./vitest.config.ts", | ||
"./styles": "./src/stylesheets/index.css" | ||
@@ -44,2 +45,13 @@ }, | ||
], | ||
"scripts": { | ||
"dev": "storybook dev -p 6006", | ||
"build": "tsc && vite build", | ||
"build-storybook": "storybook build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"test": "vitest run", | ||
"test:ui": "vitest --ui", | ||
"test:watch": "vitest", | ||
"test:coverage": "vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
@@ -96,13 +108,3 @@ "clsx": "^2.1.0", | ||
}, | ||
"scripts": { | ||
"dev": "storybook dev -p 6006", | ||
"build": "tsc && vite build", | ||
"build-storybook": "storybook build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"test": "vitest run", | ||
"test:ui": "vitest --ui", | ||
"test:watch": "vitest", | ||
"test:coverage": "vitest run --coverage" | ||
} | ||
} | ||
"gitHead": "00988bf0b2318917bab272a8fb5920e451f67edf" | ||
} |
22523
57
617