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"],