Skip to content

Commit

Permalink
Just compile and say npm build and then npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Manmit Singh committed Jan 16, 2022
1 parent a11b417 commit e520ffb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
@supremesingh:registry=https://npm.pkg.github.com
@ichifarm:registry=https://npm.pkg.github.com
TOKEN = TOKEN // Change this
always-auth=true
registry=https://npm.pkg.github.com/ichifarm
_authToken=TOKEN
//npm.pkg.github.com:_authToken=TOKEN

# @supremesingh:registry=https://npm.pkg.github.com
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ This repository is subject to the ICHI bug bounty program, per the terms defined
### Licensing

The primary license for ICHI V2 oneToken is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE).

### Deploying to NPM

https://itnext.io/create-your-first-github-package-9b5033d9bdd3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "onetoken",
"name": "@ichifarm/onetoken",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down Expand Up @@ -82,6 +82,6 @@
"typechain-target-ethers-v5": "^5.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@supremesingh"
"registry": "https://npm.pkg.github.com/@ichifarm"
}
}

0 comments on commit e520ffb

Please sign in to comment.