Skip to content

Commit

Permalink
Update name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-seville committed Apr 8, 2013
1 parent 491b3d7 commit ccb6050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
simpleCache
simple_cache
===========

A super simple cache library
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "simpleCache",
"version": "0.0.1",
"name": "simple_cache",
"version": "0.0.2",
"description": "Simple cache library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alex-seville/simpleCache.git"
"url": "https://github.com/alex-seville/simple_cache.git"
},
"keywords": [
"cache"
Expand Down

0 comments on commit ccb6050

Please sign in to comment.