Skip to content

Commit 71bb0f5

Browse files
authored
Merge pull request #865 from NilFoundation/hardhat-plugin-publish
Hardhat Plugin: prepare and publish
2 parents 6f92d4d + ee6b2f7 commit 71bb0f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish_npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3232

3333
- name: Publish
34-
run: bash ./scripts/publish_npm_packages.sh smart-contracts niljs create-nil-hardhat-project
34+
run: bash ./scripts/publish_npm_packages.sh smart-contracts niljs create-nil-hardhat-project hardhat-plugin
3535
shell: bash

create-nil-hardhat-project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nil-hardhat-project",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"main": "index.js",
55
"bin": {
66
"create-nil-hardhat-template": "scripts/cli.js"

hardhat-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nilfoundation/hardhat-nil-plugin",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Custom Hardhat plugin to enable seamless deployment and interaction with applications within =nil;",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)