diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-12 11:59:14 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-05-12 12:00:03 +0200 |
commit | 65f9e0c4bbc56f208cb6b2329d890c6d9935da1d (patch) | |
tree | 4878acf31457eb8163fbee0d200dd166fc3bba52 | |
parent | b1c917ee2fdaa452aeb52904db0d254d85285380 (diff) | |
download | rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.tar.gz rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.tar.bz2 rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.zip |
NPM -> npm [ci skip]
According to https://www.npmjs.com/.
-rw-r--r-- | RELEASING_RAILS.md | 2 | ||||
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 2 | ||||
-rw-r--r-- | guides/source/5_1_release_notes.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/RELEASING_RAILS.md b/RELEASING_RAILS.md index d2d7a771bc..bc39e2313d 100644 --- a/RELEASING_RAILS.md +++ b/RELEASING_RAILS.md @@ -125,7 +125,7 @@ guide. You can generate keys with the GPG suite from here: https://gpgtools.org. Run `rake changelog:header` to put a header with the new version in every CHANGELOG. Don't commit this, the release task handles it. -Run `rake release`. This will populate the gemspecs and NPM package.json with +Run `rake release`. This will populate the gemspecs and npm package.json with the current RAILS_VERSION, commit the changes, tag it, and push the gems to rubygems.org. diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index aa167004b6..c9282ba76f 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -15,7 +15,7 @@ Note that the `data` attributes this library adds are a feature of HTML5. If you ## Installation -### NPM +### npm npm install @rails/ujs --save diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index e885b1e42e..f870c4c47c 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -41,8 +41,8 @@ Major Features [Pull Request](https://github.com/rails/rails/pull/26836) Rails 5.1 allows managing JavaScript dependencies -from NPM via Yarn. This will make it easy to use libraries like React, VueJS -or any other library from NPM world. The Yarn support is integrated with +from npm via Yarn. This will make it easy to use libraries like React, VueJS +or any other library from npm world. The Yarn support is integrated with the asset pipeline so that all dependencies will work seamlessly with the Rails 5.1 app. |