SpeedCurve-Metrics / lux.js

Web performance testing (real user monitoring) by SpeedCurve
https://speedcurve.com/features/lux/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Added repo as a private NPM package in Github Packages #12

Closed elenakondrateva closed 2 years ago

elenakondrateva commented 2 years ago

Publish this repo as a private NPM package to SpeedCurve's GitHub Packages:

Package page: https://github.com/SpeedCurve-Metrics/lux.js/packages/1586797

Had to use semantic versioning in package.json or it won't publish it, I just used 1.0.0 but would be nice to reflect the actual SCRIPT_VERSION somehow, or maybe switch to semantic versioning permanently?

elenakondrateva commented 2 years ago

In consuming project's package.json it's looking like:

    "lux.js": "github:speedcurve-metrics/lux.js",

I wonder if it's time to rename it to something like

    "speedcurve-rum": "github:speedcurve-metrics/speedcurve-rum",

Could be a fork of exisiting lux.js repo just for NPM publishing.

UPD: also lux.js NPM package is already taken and we'll need a new name anyway if we NPM way and publish publicly