|
1 | 1 | { |
2 | 2 | "name": "@space307/effector-react-slots", |
3 | | - "version": "1.1.1", |
| 3 | + "version": "1.1.6", |
4 | 4 | "description": "Effector library for slots implementation in React", |
5 | 5 | "type": "module", |
6 | 6 | "source": "src/index.tsx", |
7 | | - "exports": "./dist/index.modern.js", |
8 | | - "main": "./dist/index.cjs", |
9 | | - "module": "./dist/index.module.js", |
10 | | - "unpkg": "./dist/index.umd.js", |
| 7 | + "exports": "dist/index.modern.js", |
| 8 | + "main": "dist/index.cjs", |
| 9 | + "module": "dist/index.module.js", |
| 10 | + "unpkg": "dist/index.umd.js", |
11 | 11 | "types": "dist/index.d.ts", |
12 | 12 | "private": false, |
| 13 | + "files": [ |
| 14 | + "dist" |
| 15 | + ], |
13 | 16 | "repository": { |
14 | 17 | "type": "git", |
15 | 18 | "url": "git+https://github.com/space307/effector-react-slots.git" |
|
22 | 25 | } |
23 | 26 | ], |
24 | 27 | "scripts": { |
25 | | - "clean-publish": "npm run build && clean-publish && wait", |
| 28 | + "prepublishOnly": "npm run build", |
26 | 29 | "build": "microbundle --compress --no-sourcemap --no-raw --jsx React.createElement", |
27 | 30 | "prettier:check": "prettier --check 'src/**/*.{ts,tsx}'", |
28 | 31 | "prettier:fix": "prettier --write 'src/**/*.{ts,tsx}'", |
|
0 commit comments