diff --git a/boilerplates/telescope/package.json b/boilerplates/telescope/package.json index 2b036a150..e68cbf35d 100644 --- a/boilerplates/telescope/package.json +++ b/boilerplates/telescope/package.json @@ -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": { diff --git a/boilerplates/telescope/packages/telescope/package.json b/boilerplates/telescope/packages/telescope/package.json index 50eaa06ff..e16fec60e 100644 --- a/boilerplates/telescope/packages/telescope/package.json +++ b/boilerplates/telescope/packages/telescope/package.json @@ -6,7 +6,7 @@ "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__", @@ -14,10 +14,10 @@ }, "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", @@ -32,4 +32,4 @@ "@cosmology/telescope": "^1.0.1" }, "keywords": [] -} +} \ No newline at end of file