0.5.3 • Published 11 years ago

feebs v0.5.3

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
11 years ago

Feebs is now atlassian-connect-express.

Updating your existing add-on

If you've created an addon feebs, you can upgrade your addon to use the atlassian-connect-express library simply by changing the feebs dependencies reference in your package.json to atlassian-connect-express:

...
"atlassian-connect-express": "~0.6.0"
...

Also, anywhere you reference a FEEBS_* environment variable, change it to AC_*.

Contributing

If you wish to see the code, the new repo is at atlassian-connect-express.