Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 19fda4e

Browse files
committed
v2.0.0
1 parent 5b63b5c commit 19fda4e

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

.size-snapshot.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"dist/index.umd.js": {
3-
"bundled": 156499,
4-
"minified": 66522,
5-
"gzipped": 15800
3+
"bundled": 82712,
4+
"minified": 35239,
5+
"gzipped": 10085
66
},
77
"dist/index.umd.min.js": {
8-
"bundled": 121165,
9-
"minified": 55751,
10-
"gzipped": 12844
8+
"bundled": 80553,
9+
"minified": 34302,
10+
"gzipped": 9725
1111
},
1212
"dist/index.esm.js": {
13-
"bundled": 13259,
14-
"minified": 7240,
15-
"gzipped": 2176,
13+
"bundled": 13224,
14+
"minified": 7206,
15+
"gzipped": 2166,
1616
"treeshaked": {
1717
"rollup": {
18-
"code": 3788,
19-
"import_statements": 158
18+
"code": 3771,
19+
"import_statements": 141
2020
},
2121
"webpack": {
22-
"code": 4986
22+
"code": 4953
2323
}
2424
}
2525
}

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "react-popper",
3-
"version": "1.3.7",
4-
"description": "React wrapper around Popper.js",
3+
"version": "2.0.0",
4+
"description": "Official library to use Popper on React projects",
55
"license": "MIT",
66
"author": "Travis Arnold <[email protected]> (http://souporserious.com)",
7-
"homepage": "https://github.com/souporserious/react-popper",
7+
"contributors": [
8+
"Federico Zivolo <[email protected]> (https://fezvrasta.github.io)"
9+
],
10+
"homepage": "https://github.com/popperjs/react-popper",
811
"main": "lib/cjs/index.js",
912
"module": "lib/esm/index.js",
1013
"typings": "typings/react-popper.d.ts",
@@ -43,10 +46,10 @@
4346
},
4447
"repository": {
4548
"type": "git",
46-
"url": "https://github.com/souporserious/react-popper"
49+
"url": "https://github.com/popperjs/react-popper"
4750
},
4851
"bugs": {
49-
"url": "https://github.com/souporserious/react-popper/issues"
52+
"url": "https://github.com/popperjs/react-popper/issues"
5053
},
5154
"keywords": [
5255
"react",
@@ -64,6 +67,7 @@
6467
"dependencies": {
6568
"@babel/runtime": "^7.9.2",
6669
"deep-equal": "^2.0.1",
70+
"prop-types": "^15.6.1",
6771
"warning": "^4.0.2"
6872
},
6973
"devDependencies": {

0 commit comments

Comments
 (0)