From 65f9e0c4bbc56f208cb6b2329d890c6d9935da1d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 12 May 2019 11:59:14 +0200 Subject: NPM -> npm [ci skip] According to https://www.npmjs.com/. --- RELEASING_RAILS.md | 2 +- actionview/app/assets/javascripts/README.md | 2 +- 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. -- cgit v1.2.3