Skip to content

Commit 1b5be16

Browse files
committed
Fix package.json
1 parent ffda0c9 commit 1b5be16

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"version": "1.0.1",
44
"description": "Get a chat for your ActiveAdmin app out of the box.",
55
"main": "javascript/index.js",
6+
"files": [
7+
"package.json",
8+
"javascript/**/*"
9+
],
10+
"directories": {
11+
"lib": "javascript"
12+
},
613
"repository": "https://github.com/rootstrap/activeadmin-chat",
714
"author": "Santiago Bartesaghi",
815
"license": "MIT",
@@ -12,5 +19,8 @@
1219
"devDependencies": {
1320
"stylelint": "^13.3.3",
1421
"stylelint-config-standard": "^20.0.0"
22+
},
23+
"publishConfig": {
24+
"access": "public"
1525
}
1626
}

0 commit comments

Comments
 (0)