File tree 3 files changed +3
-3
lines changed
create-nil-hardhat-project
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
32
32
33
33
- 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
35
35
shell : bash
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-nil-hardhat-project" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"main" : " index.js" ,
5
5
"bin" : {
6
6
"create-nil-hardhat-template" : " scripts/cli.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nilfoundation/hardhat-nil-plugin" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Custom Hardhat plugin to enable seamless deployment and interaction with applications within =nil;" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments