Skip to content

Commit d42324c

Browse files
author
Viktor
committed
build: bump
1 parent 7ab4f48 commit d42324c

2 files changed

Lines changed: 9 additions & 24 deletions

File tree

.clean-publish

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "@space307/effector-react-slots",
3-
"version": "1.1.1",
3+
"version": "1.1.6",
44
"description": "Effector library for slots implementation in React",
55
"type": "module",
66
"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",
1111
"types": "dist/index.d.ts",
1212
"private": false,
13+
"files": [
14+
"dist"
15+
],
1316
"repository": {
1417
"type": "git",
1518
"url": "git+https://github.com/space307/effector-react-slots.git"
@@ -22,7 +25,7 @@
2225
}
2326
],
2427
"scripts": {
25-
"clean-publish": "npm run build && clean-publish && wait",
28+
"prepublishOnly": "npm run build",
2629
"build": "microbundle --compress --no-sourcemap --no-raw --jsx React.createElement",
2730
"prettier:check": "prettier --check 'src/**/*.{ts,tsx}'",
2831
"prettier:fix": "prettier --write 'src/**/*.{ts,tsx}'",

0 commit comments

Comments
 (0)