Skip to content

Commit df8495a

Browse files
committed
v0.3.1: fix main reference
1 parent c45ae73 commit df8495a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-bootstrap-easy-dialog",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "React Bootstrap Dialog made easy",
55
"keywords": [
66
"react-bootstrap",
77
"modal",
88
"dialog"
99
],
10-
"main": "lib/Dialog.js",
10+
"main": "dist/Dialog.js",
1111
"scripts": {
1212
"clean": "shx rm -rf dist",
1313
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)