Skip to content

Commit 1cb3a80

Browse files
committed
[REF]: update package.json
1 parent 695c993 commit 1cb3a80

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
</p>
99

1010
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
11+
12+
13+
<a name="1.1.84"></a>
14+
15+
## [1.1.56](https://github.com/glicht/npm-get-version/compare/v1.0.1...v1.0.2) (2021-09-12)
16+
17+
### Features
18+
19+
- Release Input File Button
20+
- Release Dropzone Label
21+
22+
23+
1124
<a name="1.1.28"></a>
1225

1326
## [1.1.28](https://github.com/glicht/npm-get-version/compare/v1.0.1...v1.0.2) (2021-09-09)

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropzone-ui",
3-
"version": "1.1.28",
3+
"version": "1.1.84",
44
"description": "Elegant React Library Component for drag’n’drop files. Also follows material design guidelines.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",
@@ -45,8 +45,6 @@
4545
"react-dom": "^17.0.2"
4646
},
4747
"devDependencies": {
48-
"react": "^17.0.2",
49-
"react-dom": "^17.0.2",
5048
"@babel/core": "^7.11.6",
5149
"@rollup/plugin-commonjs": "^20.0.0",
5250
"@rollup/plugin-node-resolve": "^13.0.4",

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sass from "rollup-plugin-sass";
66
import packageJson from "./package.json";
77
//import jsx from 'rollup-plugin-jsx'
88
//import json from "rollup-plugin-json";
9-
//import { terser } from "rollup-plugin-terser";
9+
import { terser } from "rollup-plugin-terser";
1010
export default {
1111
input: "./src/index.ts",
1212
output: [
@@ -29,7 +29,7 @@ export default {
2929
),
3030
commonjs(),
3131
typescript(),
32-
// terser(),
32+
terser(),
3333
//json(),
3434
// jsx( {factory: 'React.createElement'} ),
3535
],

0 commit comments

Comments
 (0)