diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..379e757 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.pkg.github.com/a2nt diff --git a/package.json b/package.json index e691efa..e47f047 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepare": "yarn lint:fix && yarn build" }, "dependencies": { - "@a2nt/meta-lightbox": "git+https://github.com/a2nt/meta-lightbox.git", + "@a2nt/meta-lightbox": "*", "@google/markerclusterer": "^1.0.3", "animate.css": "^3.7.0", "bootbox": "^4.4.0",