diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..74729e6d --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +//npm.pkg.github.com/:_authToken=${NPM_TOKEN_GPH} +@alyne:registry=https://npm.pkg.github.com/ diff --git a/package.json b/package.json index c59a7d76..4c824711 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@alyne.com/handlebars-helpers", + "name": "@alyne/handlebars-helpers", "description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.", "version": "0.11.2", "homepage": "https://github.com/helpers/handlebars-helpers",