Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rxmarbles committed Jan 23, 2024
1 parent 5ad5d0b commit e2f3f0e
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "create-pkg-monorepo",
"name": "@pkgjs/create",
"version": "1.0.0",
"description": "The mono-repo for all create-pkg packages",
"description": "The monorepo for all create-pkg packages",
"scripts": {
"test": "npm test -ws --if-present"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pkgjs/create-pkg.git"
"url": "git@github.com:pkgjs/create.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pkgjs/create-pkg/issues"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-pkg",
"name": "@pkgjs/create-pkg",
"version": "0.0.0",
"description": "Scaffold a package",
"author": "Wes Todd <wes@wesleytodd.com>",
Expand All @@ -15,10 +15,6 @@
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:pkgjs/create.git"
},
"bin": {
"create-package": "bin/create-package"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e2f3f0e

Please sign in to comment.