From 06baa1ddff275b0d26f8058fc604a97baece8326 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Truong Date: Sun, 21 Apr 2024 13:01:08 +0700 Subject: [PATCH] Update package.json version to 1.1.1, add .npmrc file, and update README.md with installation instructions --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4a8ef..d6072bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ npm install @keohanoi/injective-operator@latest ``` ```bash -cp ./.npmrc.example .npmrc +echo "//npm.pkg.github.com/:_authToken= +@keohanoi:registry=https://npm.pkg.github.com" | +cat >> .npmrc ``` Open `.npmrc` file and replace `` with your own github token. # Example diff --git a/package.json b/package.json index 88cbeb3..7966170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@keohanoi/injective-operator", - "version": "1.1.0", + "version": "1.1.1", "description": "Injective Operator", "main": "lib/index.js", "types": "lib/index.d.ts",