Skip to content

Commit

Permalink
Once more into the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
IDisposable committed Apr 17, 2023
1 parent 8ffa31e commit b478ee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
//npmjs.com/:_authToken=${NODE_AUTH_TOKEN}
@idisposable:registry=https://npmjs.com
always-auth=true
//registry.npmjs.com/:_authToken=${NODE_AUTH_TOKEN}
@idisposable:registry=https://registry.npmjs.com
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-to-image-more",
"version": "3.1.2",
"version": "3.1.4",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "dist/dom-to-image-more.min.js",
"devDependencies": {
Expand Down Expand Up @@ -66,8 +66,5 @@
"bugs": {
"url": "https://github.com/1904labs/dom-to-image-more/issues"
},
"homepage": "https://github.com/1904labs/dom-to-image-more#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
"homepage": "https://github.com/1904labs/dom-to-image-more#readme"
}

0 comments on commit b478ee5

Please sign in to comment.