Skip to content

Commit b13e9dd

Browse files
committed
chore: Update package name in package.json and readme
1 parent 624a8ed commit b13e9dd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pl-pages",
2+
"name": "@protocol.land/pages",
33
"version": "0.1.2",
44
"description": "Publish files to a `pl-pages` or any other branch on Protocol.Land and deploy the app to Arweave",
55
"keywords": [
@@ -9,13 +9,13 @@
99
],
1010
"author": "pawanpaudel93",
1111
"license": "MIT",
12-
"homepage": "https://github.com/pawanpaudel93/pl-pages",
12+
"homepage": "https://github.com/labscommunity/pl-pages",
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/pawanpaudel93/pl-pages.git"
15+
"url": "git://github.com/labscommunity/pl-pages.git"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/pawanpaudel93/pl-pages/issues"
18+
"url": "https://github.com/labscommunity/pl-pages/issues"
1919
},
2020
"main": "lib/index.js",
2121
"scripts": {

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ Publish files to a `pl-pages` or any other branch on [Protocol Land](http://prot
88
Install `pl-pages` as a dev dependency using one of your preferred package manager. And, also install the [Protocol Land remote helper](https://github.com/labscommunity/protocol-land-remote-helper) for this package to work properly.
99

1010
```shell
11-
npm install pl-pages --save-dev
11+
npm install @protocol.land/pages --save-dev
1212
```
1313

1414
```shell
15-
yarn add pl-pages --dev
15+
yarn add @protocol.land/pages --dev
1616
```
1717

1818
```shell
19-
pnpm add pl-pages --save-dev
19+
pnpm add @protocol.land/pages --save-dev
2020
```
2121

2222
```shell
23-
bun install pl-pages --dev
23+
bun install @protocol.land/pages --dev
2424
```
2525

2626
This module requires Git >= 1.9, Node >= 16 and package [protocol-land-remote-helper](https://github.com/labscommunity/protocol-land-remote-helper).
2727

2828
## Basic Usage
2929

3030
```js
31-
var plpages = require('pl-pages');
31+
var plpages = require('@protocol.land/pages');
3232

3333
plpages.publish('dist', function(err) {});
3434
```

0 commit comments

Comments
 (0)