diff --git a/license.md b/license.md index 10a4a4d..4cc7dfa 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -###### Copyright (c) 2015 Minora Network +###### Copyright (c) 2015-2016 Minora Network Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index e042bb9..16cbb0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-plugin-camo", - "version": "0.0.2", + "version": "0.0.3", "homepage": "https://github.com/minora-oss/nodebb-plugin-camo", "description": "Route embedded images through a secure camo proxy", "main": "library.js", @@ -39,7 +39,7 @@ }, "readmeFilename": "readme.md", "dependencies": { - "camo-url": "^0.1.2" + "camo-url": "^0.1.3" }, "nbbpm": { "compatibility": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0" diff --git a/readme.md b/readme.md index 84c9452..a0fcacd 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,6 @@ nodebb-plugin-camo requires the following software to be installed: ### Installation -**NOTE: This plugin is currently not on NPM at this time.** - NodeBB expects any installed plugins to be installed via `npm`. You can install nodebb-plugin-camo through the command line by using the following command: