nodebb-plugin-reddit
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ (function(Reddit) { | ||
Reddit.parse = function(postContent, callback) { | ||
var regex = /(?:^|\s)(\/[ru]\/\w+)/g; | ||
var regex = /\B(\/[ru]\/\w+)/g; | ||
@@ -9,0 +9,0 @@ if (postContent.match(regex)) { |
{ | ||
"name": "nodebb-plugin-reddit", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "NodeBB Reddit Plugin", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
Sorry, the diff of this file is not supported yet
19092
1.35%