Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coconut-bunch committed Jan 15, 2023
1 parent 1a79276 commit f83ceba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drogon",
"version": "0.1.0",
"version": "0.1.1",
"description": "Drogon is a robust, lightweight application development framework used for developing, testing, and deploying smart contracts on the ICON blockchain. The core features of the Drogon makes ICON smart contract developers’ life easy by providing support for multiple contract compilations, tests, and deploying on a public and private network.",
"main": "./.build/src/index.js",
"devDependencies": {
Expand Down Expand Up @@ -32,18 +32,26 @@
"package": "pkg . --targets node16 --no-bytecode --public-packages '*' --public --output drogon",
"prepublishOnly": "npm run clean && npm run compile",
"preversion": "npm run lint",
"version" : "npm run lint:fix && git add -A src",
"postversion" : "echo '######START#####'"
"version": "npm run lint:fix && git add -A src",
"postversion": "echo '######START#####'"
},
"bin": {
"drogon" : "./.build/src/index.js"
"drogon": "./.build/src/index.js"
},
"files": ["./.build"],
"pkg" : {
"files": [
"./.build"
],
"pkg": {
"scripts": ".build/**/*.js",
"assets": [ "**/fonts/*.flf"]
"assets": [
"**/fonts/*.flf"
]
},
"keywords": ["blockchain", "drogon", "icon-project"],
"keywords": [
"blockchain",
"drogon",
"icon-project"
],
"homepage": "https://drogon.io",
"bugs": {
"url": "https://github.com/icon-community/drogon/issues"
Expand Down

0 comments on commit f83ceba

Please sign in to comment.