Skip to content

Commit 97b050f

Browse files
committed
fix package "main" and ignore ideas configs
1 parent d6c6466 commit 97b050f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea/
12
src/
23
tests/
34
.babelrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-round-div",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "dist/index.js",
5+
"main": "dist/main.js",
66
"scripts": {
77
"test": "jest",
88
"build": "babel src --out-dir dist --copy-files"

0 commit comments

Comments
 (0)