Skip to content

Commit

Permalink
Update box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Sep 10, 2024
1 parent 60ead3f commit a973f22
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
"version": "@build.version@[email protected]@",
"location": "https://downloads.ortussolutions.com/ortussolutions/boxlang-modules/bx-wddx/@build.version@/[email protected]@.zip",
"author": "Ortus Solutions",
"homepage": "https://github.com/boxlang-modules/bx-wddx",
"documentation": "https://github.com/boxlang-modules/bx-wddx",
"homepage": "https://github.com/ortus-boxlang/bx-wddx",
"documentation": "https://github.com/ortus-boxlang/bx-wddx",
"repository": {
"type": "git",
"URL": "https://github.com/boxlang-modules/bx-wddx"
"URL": "https://github.com/ortus-boxlang/bx-wddx"
},
"bugs": "https://github.com/boxlang-modules/bx-wddx/issues",
"bugs": "https://github.com/ortus-boxlang/bx-wddx/issues",
"slug": "bx-wddx",
"shortDescription": "BoxLang module for processing to and from Web Distributed Data eXchange (WDDX)",
"type": "boxlang-modules",
"keywords": ["boxlang", "wddx"],
"keywords": [
"boxlang",
"wddx"
],
"boxlang": {
"minimumVersion": "1.0.0",
"moduleName": "wddx"
Expand Down Expand Up @@ -45,4 +48,4 @@
"setupTemplate": "task run taskFile=src/build/SetupTemplate.cfc",
"onRelease": "publish"
}
}
}

0 comments on commit a973f22

Please sign in to comment.