Skip to content

Commit 60b31d5

Browse files
author
Mattia Roccoberton
committed
Webpacker support
1 parent 3acc113 commit 60b31d5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('activeadmin_dynamic_fields/app/assets/javascripts/activeadmin/dynamic_fields')

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "activeadmin_dynamic_fields",
3+
"version": "0.5.2",
4+
"description": "An Active Admin plugin to add dynamic behaviors to fields",
5+
"repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
6+
"author": "Mattia Roccoberton <mat@blocknot.es>",
7+
"license": "MIT",
8+
"main": "index.js",
9+
"files": [
10+
"app/**/*",
11+
"index.js"
12+
]
13+
}

0 commit comments

Comments
 (0)