From afccfdad464800b8ff8a467398e9b080e9756986 Mon Sep 17 00:00:00 2001 From: Dustin Machi Date: Sat, 14 Aug 2010 17:11:08 -0400 Subject: [PATCH] update package.json and mv cjsTemplate to templify --- lib/{cjsTemplate.js => templify.js} | 0 package.json | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename lib/{cjsTemplate.js => templify.js} (100%) diff --git a/lib/cjsTemplate.js b/lib/templify.js similarity index 100% rename from lib/cjsTemplate.js rename to lib/templify.js diff --git a/package.json b/package.json index f7a8796..3c3cdbe 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "cjsTemplate", + "name": "templify", "version": "0.9", "description": "A simple template system originally based on zparse", - "url": "http://github.com/dmachi/cjsTemplate", + "url": "http://github.com/dmachi/templify", "keywords": ["template","persevere"], "author": "Dustin Machi", "email": "dmachi@dojotoolkit.org", - "githubName": "cjsTemplate", + "githubName": "templify", "type": "zip", - "location": "http://github.com/dmachi/cjsTemplate/zipball/master", + "location": "http://github.com/dmachi/templify/zipball/master", "license":"AFL/BSD", "engines": {"node":">=0.1.30", "rhino": true}, "engines": {"node":">=0.1.30", "rhino": true}, "dependencies": ["narwhal", "commonjs-utils"],