Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfland authored Dec 25, 2021
1 parent 2df2837 commit f61e1d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ch8_packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wulfland/package-demo",
"name": "@wulfland/AccelerateDevOps",
"version": "1.0.1",
"description": "This is just a demo to set up a package in minutes.",
"main": "index.js",
Expand All @@ -8,12 +8,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wulfland/package-demo.git"
"url": "git+https://github.com/wulfland/AccelerateDevOps.git"
},
"author": "Michael Kaufmann (@wulfland)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wulfland/package-demo/issues"
"url": "https://github.com/wulfland/AccelerateDevOps/issues"
},
"homepage": "https://github.com/wulfland/package-demo#readme"
"homepage": "https://github.com/wulfland/AccelerateDevOps#readme"
}

0 comments on commit f61e1d8

Please sign in to comment.