Skip to content

Commit 59e9411

Browse files
remove @rollup/plugin-terser from deps
1 parent 16519f1 commit 59e9411

File tree

4 files changed

+844
-849
lines changed

4 files changed

+844
-849
lines changed

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+20-21
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,32 @@
22
"name": "react-dyn-tabs",
33
"version": "5.1.1",
44
"private": false,
5+
"description": "React dynamic tabs with full API",
6+
"keywords": [
7+
"react",
8+
"dynamic",
9+
"responsive",
10+
"responsive-tabs",
11+
"more-button",
12+
"tab",
13+
"tabs",
14+
"react-dynamic-tabs",
15+
"dynamic-tabs",
16+
"multi-tabs",
17+
"react-dynamic-tabs",
18+
"react-dyn-tabs",
19+
"react-component",
20+
"react-tab",
21+
"full-api",
22+
"full-control"
23+
],
524
"author": {
625
"name": "dev-javascript",
726
"email": "javascript.code.dev@gmail.com"
827
},
9-
"types": "./index.d.ts",
10-
"description": "React dynamic tabs with full API",
1128
"main": "lib/cjs/index.js",
1229
"module": "lib/esm/index.js",
30+
"types": "./index.d.ts",
1331
"repository": {
1432
"type": "git",
1533
"url": "git+https://github.com/dev-javascript/react-dyn-tabs.git"
@@ -92,24 +110,6 @@
92110
"react-dyn-tabs.ts",
93111
"index.ts"
94112
],
95-
"keywords": [
96-
"react",
97-
"dynamic",
98-
"responsive",
99-
"responsive-tabs",
100-
"more-button",
101-
"tab",
102-
"tabs",
103-
"react-dynamic-tabs",
104-
"dynamic-tabs",
105-
"multi-tabs",
106-
"react-dynamic-tabs",
107-
"react-dyn-tabs",
108-
"react-component",
109-
"react-tab",
110-
"full-api",
111-
"full-control"
112-
],
113113
"license": "MIT",
114114
"directories": {
115115
"lib": "lib"
@@ -130,7 +130,6 @@
130130
"sideEffects": false,
131131
"dependencies": {
132132
"@popperjs/core": "^2.11.8",
133-
"@rollup/plugin-terser": "^0.4.4",
134133
"element-resize-detector": "^1.2.4",
135134
"prop-types": "^15.7.2",
136135
"tabs-more-button": "^1.0.1"

rollup.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// import {terser} from 'rollup-plugin-terser';
2-
// import commonjs from '@rollup/plugin-commonjs';
3-
// import nodeResolve from '@rollup/plugin-node-resolve';
41
const terser = require('@rollup/plugin-terser');
52
const commonjs = require('@rollup/plugin-commonjs');
63
const nodeResolve = require('@rollup/plugin-node-resolve');

0 commit comments

Comments
 (0)