Skip to content

Commit

Permalink
Fix a author field and import-path
Browse files Browse the repository at this point in the history
Co-authored-by: uneco <[email protected]>
  • Loading branch information
himanoa and uneco committed Oct 30, 2023
1 parent 7d07a50 commit f6a9b11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coming soon....
## example

```ts
import { createScrambler } from '@japan-d2/scrambler'
import { createScrambler } from '@kanamone/scrambler'

const scrambler = createScrambler({
digits: 4,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"name": "js-scrambler-root",
"version": "0.0.5",
"description": "Converts an integer to another integer that is unpredictable and reversible.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"private": true,
"workspaces": [
"packages/js-scrambler"
Expand Down
3 changes: 1 addition & 2 deletions packages/js-scrambler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kanamone/js-scrambler",
"version": "0.0.5",
"repository": "https://github.com/kanamone/js-scrambler",
"author": "AOKI Yuto <yuto.aoki@japan-d2.com> (https://japan-d2.com)",
"author": "AOKI Yuto <aoki@u-ne.co>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
Expand All @@ -29,7 +29,6 @@
"keywords": [
"Scrambler"
],
"homepage": "https://github.com/japan-d2/js-scrambler",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit f6a9b11

Please sign in to comment.