Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 18, 2024
1 parent f1e75b9 commit ccd9a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions boilerplates/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "__REPONAME__",
"name": "__MODULENAME__",
"version": "0.0.1",
"author": "__USERFULLNAME__ <__USEREMAIL__>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/__USERNAME__/__REPONAME__"
"url": "https://github.com/__USERNAME__/__MODULENAME__"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/telescope/packages/telescope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/__USERNAME__/__REPONAME__",
"homepage": "https://github.com/__USERNAME__/__MODULENAME__",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "__ACCESS__",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/__USERNAME__/__REPONAME__"
"url": "https://github.com/__USERNAME__/__MODULENAME__"
},
"bugs": {
"url": "https://github.com/__USERNAME__/__REPONAME__/issues"
"url": "https://github.com/__USERNAME__/__MODULENAME__/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
Expand All @@ -32,4 +32,4 @@
"@cosmology/telescope": "^1.0.1"
},
"keywords": []
}
}

0 comments on commit ccd9a39

Please sign in to comment.