From 716d3ebae67ffb2dc184d0306ee385acdcd3af21 Mon Sep 17 00:00:00 2001 From: Robin Berjon Date: Tue, 17 Jan 2012 17:37:44 +0100 Subject: [PATCH] switch npm package name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fab3de..d3939bf 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Not much really, but I found myself pasting this code over and over again, hence // somewhere after session and body parsing have been set up, but before any of your // handlers kick in - require("express-csrf").plugCSRF(app); + require("express-csrf-plug").plugCSRF(app); ## Installation - $ npm install express-csrf + $ npm install express-csrf-plug ## Interface diff --git a/package.json b/package.json index e5f024e..457d29c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "express-csrf" + "name": "express-csrf-plug" , "description": "Small helper plugin for the CSRF middleware in Express" , "version": "0.0.1" , "author": "Robin Berjon "