Skip to content

Commit e7b3c06

Browse files
committed
Rename to teleport-javascript
1 parent f1e9231 commit e7b3c06

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# teleport-js
1+
# teleport-javascript
22

33
A super light (0.9K) and fast JavaScript object (de)serialization that includes undefined, bigint, regex, etc.",
44

55
### Installation
66
```console
7-
$ npm -i teleport-js
7+
$ npm -i teleport-javascript
88
```
99

1010
### Usage
1111
```js
1212
// ESM
13-
import {parse, stringify} from 'teleport-js/esm';
13+
import {parse, stringify} from 'teleport-javascript/esm';
1414

1515
// CJS
16-
const {parse, stringify} = require('teleport-js/cjs');
16+
const {parse, stringify} = require('teleport-javascript/cjs');
1717

1818
const a = [{}];
1919
a[0].a = a;

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "teleport-js",
2+
"name": "teleport-javascript",
33
"version": "0.1.0",
44
"description": "A super light and fast JavaScript object (de)serialization that includes undefined, bigint, regex, etc.",
55
"unpkg": "min.js",
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/codenirvana/teleport-js.git"
21+
"url": "git+https://github.com/codenirvana/teleport-javascript.git"
2222
},
2323
"keywords": [
2424
"circular",
@@ -34,9 +34,9 @@
3434
"author": "Udit Vasu",
3535
"license": "ISC",
3636
"bugs": {
37-
"url": "https://github.com/codenirvana/teleport-js/issues"
37+
"url": "https://github.com/codenirvana/teleport-javascript/issues"
3838
},
39-
"homepage": "https://github.com/codenirvana/teleport-js#readme",
39+
"homepage": "https://github.com/codenirvana/teleport-javascript#readme",
4040
"devDependencies": {
4141
"circular-json": "latest",
4242
"circular-json-es6": "latest",

0 commit comments

Comments
 (0)