active → action

This commit is contained in:
Javan Makhmali 2018-10-02 13:32:06 -04:00
parent faffd9b278
commit a37b90881d
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ module ActionText
class Attachment
include Attachments::TrixConversion, Attachments::Minification, Attachments::Caching
TAG_NAME = "active-text-attachment"
TAG_NAME = "action-text-attachment"
SELECTOR = TAG_NAME
ATTRIBUTES = %w( sgid content-type url href filename filesize width height previewable caption )

View File

@ -1 +1 @@
import "activetext"
import "actiontext"

View File

@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@rails/webpacker": "^3.2.2",
"activetext": "file:../.."
"actiontext": "file:../.."
},
"devDependencies": {
"webpack-dev-server": "^2.11.1"

View File

@ -60,7 +60,7 @@ acorn@^5.0.0:
version "5.2.0-rc1"
resolved "https://registry.yarnpkg.com/activestorage/-/activestorage-5.2.0-rc1.tgz#79898996eceb0f13575eff41fb109051fbfa49b0"
"activetext@file:../..":
"actiontext@file:../..":
version "0.1"
dependencies:
activestorage ">= 5.2.0-rc1"