Skip to content

Commit

Permalink
Add scope to module name for npm installs (#71)
Browse files Browse the repository at this point in the history
* ci(npm): add registry

re #70

* ci(ci): add public flag

* ci(npm): major bump for moving to scoped package

Deprecated npm registry pkg in favor of using github pkgs with scoped name

BREAKING CHANGE: Must now use @elaniobro/mmm-nyc-transit to install. Module has been scoped.

fix #70
  • Loading branch information
Elaniobro authored Dec 30, 2021
1 parent 3788bee commit ac1c400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@elaniobro:registry=https://npm.pkg.github.com
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "mmm-nyc-transit",
"version": "4.3.0",
"name": "@elaniobro/mmm-nyc-transit",
"version": "5.0.0",
"description": "New York City realtime transit module for magic mirror",
"main": "MMM-nyc-transit.js",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/elaniobro/MMM-nyc-transit"
},
"scripts": {
Expand Down

0 comments on commit ac1c400

Please sign in to comment.