Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneware committed Jun 10, 2013
1 parent 15965b3 commit 69894e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "changeset",
"version": "0.0.1",
"description": "Library to diff JSON objects and apply diff change sets to objects. Useful with Levelup/LevelDB object synchronization.",
"description": "Library to diff JSON objects into atomic put and delete operations, and apply change sets to objects. Useful with Levelup/LevelDB object synchronization.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
Expand Down

0 comments on commit 69894e0

Please sign in to comment.