diff --git a/README.md b/README.md index 1572db0..94196d3 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ It uses client-server design pattern to communicate between parent and child win ```html ``` +### ES6 + +```bash +npm i @rajnandan1/ruto +``` + ## API diff --git a/package.json b/package.json index 60e21a0..327c07b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ruto", + "name": "@rajnandan1/ruto", "version": "1.0.0", "description": "Ruto is a lightweight(4KB), fast and easy-to-use JS library that streamlines the communication between parent and child window(iframe/popup).", "type": "module", @@ -16,7 +16,15 @@ "build": "rollup --bundleConfigAsCjs -c rollup.config.js", "prettify": "prettier --write ." }, - "keywords": ["ruto", "postMessage", "iframe", "popup", "promise", "rajnandan", "library"], + "keywords": [ + "ruto", + "postMessage", + "iframe", + "popup", + "promise", + "rajnandan", + "library" + ], "author": "Raj Nandan Sharma (https://www.rajnandan.com)", "license": "MIT", "devDependencies": {