Skip to content

Commit

Permalink
Update version and owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hagström committed Nov 11, 2021
1 parent daf2606 commit 3fc9877
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@crossplatformsweden:registry=https://npm.pkg.github.com
@thomashagstrom:registry=https://npm.pkg.github.com
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossplatformsweden/github-npm",
"version": "1.1.0",
"description": "Hello NPM",
"name": "@thomashagstrom/npm-github",
"version": "1.0.1",
"description": "GitHub NPM package template",
"main": "index.js",
"dependencies": {},
"devDependencies": {
Expand All @@ -12,19 +12,21 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/crossplatformsweden/github-npm.git"
"url": "git+https://github.com/thomashagstrom/npm-github.git"
},
"keywords": [
"npm"
"npm",
"github",
"package"
],
"author": "Crossplatform",
"author": "thomashagstrom",
"license": "ISC",
"bugs": {
"url": "https://github.com/crossplatformsweden/github-npm/issues"
"url": "https://github.com/thomashagstrom/npm-github/issues"
},
"homepage": "https://github.com/crossplatformsweden/github-npm#readme",
"homepage": "https://github.com/thomashagstrom/npm-github#readme",
"publishConfig": {
"@crossplatformsweden:registry": "https://npm.pkg.github.com"
"@thomashagstrom:registry": "https://npm.pkg.github.com"
},
"engines": {
"node": "^12.20.0",
Expand Down

0 comments on commit 3fc9877

Please sign in to comment.