We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda0c9 commit 1b5be16Copy full SHA for 1b5be16
package.json
@@ -3,6 +3,13 @@
3
"version": "1.0.1",
4
"description": "Get a chat for your ActiveAdmin app out of the box.",
5
"main": "javascript/index.js",
6
+ "files": [
7
+ "package.json",
8
+ "javascript/**/*"
9
+ ],
10
+ "directories": {
11
+ "lib": "javascript"
12
+ },
13
"repository": "https://github.com/rootstrap/activeadmin-chat",
14
"author": "Santiago Bartesaghi",
15
"license": "MIT",
@@ -12,5 +19,8 @@
19
"devDependencies": {
20
"stylelint": "^13.3.3",
21
"stylelint-config-standard": "^20.0.0"
22
23
+ "publishConfig": {
24
+ "access": "public"
25
}
16
26
0 commit comments