Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

doc: Avoid downloading unscoped package by updating README with @financial-times scope#2

Open
ShaunEdiger wants to merge 1 commit intoFinancial-Times:masterfrom
ShaunEdiger:feature/fix-npm-scope
Open

doc: Avoid downloading unscoped package by updating README with @financial-times scope#2
ShaunEdiger wants to merge 1 commit intoFinancial-Times:masterfrom
ShaunEdiger:feature/fix-npm-scope

Conversation

@ShaunEdiger
Copy link

Steps to reproduce

  1. mkdir newNodeProject
  2. cd newNodeProject
  3. npm init
  4. From README: npm install serverless-plugin-healthcheck --save-dev

Expected Result

Plugin version 0.0.8 should be added to package.json. It should be this package on npmjs. It's the latest available version of the package.

Actual Result

Plugin version 0.0.3 is added to package.json. It's actually this package on npmjs, which isn't what I expected. This isn't the latest available version of the package.

What's going on

There are two published packages on npmjs. One is outdated. The scoped package is the most up-to-date, is probably the correct package, and if this is the case, correctly referenced in the documentation.

screen shot 2018-10-16 at 11 36 24 am

What this pull request does

Updates README.md to include the @financial-times scope. Those who wish to use this plugin will then be pointed to the most up-to-date version of the package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant