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

Commit 579e227

Browse files
author
Federico Zivolo
committed
build: Stricter npm files list
1 parent 3cd6a80 commit 579e227

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "React wrapper around Popper.js",
55
"license": "MIT",
66
"author": "Travis Arnold <[email protected]> (http://souporserious.com)",
@@ -10,9 +10,9 @@
1010
"browser": "dist/react-popper.js",
1111
"typings": "typings/react-popper.d.ts",
1212
"files": [
13-
"dist",
14-
"lib",
15-
"typings/react-popper.d.ts"
13+
"/dist",
14+
"/lib",
15+
"/typings/react-popper.d.ts"
1616
],
1717
"scripts": {
1818
"build": "npm run build:clean && npm run build:es && npm run build:cjs && npm run build:browser && npm run build:flow",

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const commonOutput = {
1717
sourcemap: true,
1818
globals: {
1919
react: 'react',
20-
'prop-types': 'PropTypes',
2120
'popper.js': 'PopperJS',
2221
'create-react-context': 'createContext',
2322
warning: 'warning',

0 commit comments

Comments
 (0)