Trying to publish with npm token 7

This commit is contained in:
Dessalines 2022-01-09 10:51:41 -05:00
parent db30ddfe9a
commit b8297ac82f

View file

@ -35,7 +35,7 @@
"typescript": "^4.5.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/:_authToken=$npm_token"
"registry": "https://registry.npmjs.org/:_authToken=$NPM_TOKEN"
},
"types": "./dist/index.d.ts",
"lint-staged": {