Skip to content

Commit

Permalink
Add APM package defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed Sep 13, 2021
1 parent 6bdc06a commit b10c8f0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin
/bin
*.airpackage
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 2021-09-12

* Published with [APM](https://github.com/airsdk/apm)
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "cc.fovea.fxp",
"name": "FXP - AS3 Functional Programming",
"url": "https://github.com/j3k0/fxp-as3",
"docUrl": "https://github.com/j3k0/fxp-as3/tree/master/doc",
"description": "FXP is a functional programming library for use with actionscript 3",
"sourceUrl": "https://github.com/j3k0/fxp-as3/releases/download/v1.0.0/cc.fovea.fxp_1.0.0.airpackage",
"type": "src",
"version":"1.0.0",
"license": {
"type": "BSD",
"public": true
},
"dependencies": [],
"parameters": [],
"tags": [ "functional", "programming", "monads" ]
}

0 comments on commit b10c8f0

Please sign in to comment.