diff options
author | Javan Makhmali <javan@javan.us> | 2019-01-10 11:50:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 11:50:32 -0500 |
commit | 2163762c3cd7cb58223f882405ed3c6dcfb6a2cd (patch) | |
tree | 567546bda56ed0be9b3408ec10ead32adc62e43a /activestorage | |
parent | 9edc84cdfa8908a436901d85309cadf65d457d8f (diff) | |
parent | 86b489e3d6a9efbefbc62e8531d0f5850934d4e1 (diff) | |
download | rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.tar.gz rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.tar.bz2 rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.zip |
Merge pull request #34905 from javan/move-npm-packages-to-rails-scope
Move all npm packages to @rails scope
Diffstat (limited to 'activestorage')
-rw-r--r-- | activestorage/README.md | 2 | ||||
-rw-r--r-- | activestorage/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/README.md b/activestorage/README.md index bd31f0ea58..4a683dd8cd 100644 --- a/activestorage/README.md +++ b/activestorage/README.md @@ -118,7 +118,7 @@ Active Storage, with its included JavaScript library, supports uploading directl ``` Using the npm package: ```js - import * as ActiveStorage from "activestorage" + import * as ActiveStorage from "@rails/activestorage" ActiveStorage.start() ``` 2. Annotate file inputs with the direct upload URL. diff --git a/activestorage/package.json b/activestorage/package.json index 00876985cf..37706efe37 100644 --- a/activestorage/package.json +++ b/activestorage/package.json @@ -1,5 +1,5 @@ { - "name": "activestorage", + "name": "@rails/activestorage", "version": "6.0.0-alpha", "description": "Attach cloud and local files in Rails applications", "main": "app/assets/javascripts/activestorage.js", |