tek-wallet 0.0.49 → 0.0.50

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.
@@ -0,0 +1,3 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.49",
4
- "description": "A custom React provider with TypeScript support. To use the styles, import the CSS file in your project's main CSS file: @import 'tek-wallet/styles/tek-wallet.css';",
3
+ "version": "0.0.50",
4
+ "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "publish:patch": "npm run version:patch && npm publish",
16
16
  "publish:minor": "npm run version:minor && npm publish",
17
17
  "publish:major": "npm run version:major && npm publish",
18
- "release": "npm run clean && npm version patch && npm run build"
18
+ "release": "npm run clean && npm version patch && npm run build && cp -r src/styles dist/styles"
19
19
  },
20
20
  "keywords": [
21
21
  "react",