Skip to content

Commit

Permalink
Changed package info
Browse files Browse the repository at this point in the history
  • Loading branch information
romitkarmakar committed Sep 8, 2022
1 parent 5533ff3 commit 96ff0d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ debug.log
tests/reftests.js
*.log
.rpt2_cache
.npmrc
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"title": "html2canvas",
"name": "html2canvas",
"name": "@romitkarmakar/html2canvas",
"description": "Screenshots with JavaScript",
"main": "dist/html2canvas.js",
"module": "dist/html2canvas.esm.js",
"typings": "dist/types/index.d.ts",
"browser": "dist/html2canvas.js",
"version": "1.5.0",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
"url": "https://hertzen.com"
"name": "Romit Karmakar",
"email": "romitkarmakar@gmail.com"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:niklasvh/html2canvas.git"
"url": "git@github.com:romitkarmakar/html2canvas.git"
},
"bugs": {
"url": "https://github.com/niklasvh/html2canvas/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/romitkarmakar"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
Expand Down

0 comments on commit 96ff0d0

Please sign in to comment.