Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor committed Sep 20, 2021
1 parent 7ab4f48 commit d42324c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .clean-publish

This file was deleted.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@space307/effector-react-slots",
"version": "1.1.1",
"version": "1.1.6",
"description": "Effector library for slots implementation in React",
"type": "module",
"source": "src/index.tsx",
"exports": "./dist/index.modern.js",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"exports": "dist/index.modern.js",
"main": "dist/index.cjs",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"private": false,
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/space307/effector-react-slots.git"
Expand All @@ -22,7 +25,7 @@
}
],
"scripts": {
"clean-publish": "npm run build && clean-publish && wait",
"prepublishOnly": "npm run build",
"build": "microbundle --compress --no-sourcemap --no-raw --jsx React.createElement",
"prettier:check": "prettier --check 'src/**/*.{ts,tsx}'",
"prettier:fix": "prettier --write 'src/**/*.{ts,tsx}'",
Expand Down

0 comments on commit d42324c

Please sign in to comment.