Skip to content

Commit

Permalink
update general information
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasSiver committed Mar 23, 2016
1 parent 9a80904 commit 03002e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# NodeBB Embed

Embed media and rich content in posts: youtube, vimeo, twitch etc.
Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.

![Version](https://img.shields.io/npm/v/nodebb-plugin-ns-embed.svg)
![Dependencies](https://david-dm.org/NicolasSiver/nodebb-plugin-ns-embed.svg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nodebb-plugin-ns-embed",
"version": "1.1.0",
"description": "Embed media and rich content in posts: youtube, vimeo, twitch etc.",
"description": "Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.",
"main": "./plugin/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register --recursive"
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
@@ -1,7 +1,7 @@
{
"id": "nodebb-plugin-ns-embed",
"name": "NodeBB Embed",
"description": "Embed media and rich content in posts: youtube, vimeo, twitch etc.",
"description": "Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.",
"url": "https://github.com/NicolasSiver/nodebb-plugin-ns-embed",
"library": "./plugin/index.js",
"hooks": [
Expand Down

0 comments on commit 03002e9

Please sign in to comment.