@sparkstudio/authentication-ui 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkstudio/authentication-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "dev": "vite",
27
27
  "clean": "rimraf dist",
28
- "build": "npm run clean && tsup src/index.ts --format cjs,esm --dts --tsconfig tsconfig.lib.json && sass --load-path=node_modules src/index.scss dist/index.css && xcopy \"src\\assets\" \"dist\\assets\" /E /I /Y",
28
+ "build": "npm run clean && tsup && sass --load-path=node_modules src/index.scss dist/index.css",
29
29
  "lint": "eslint .",
30
30
  "preview": "vite preview",
31
31
  "start": "vite"
Binary file
Binary file