Skip to content

Commit

Permalink
Stability: Unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Mar 7, 2013
1 parent a0bf249 commit 3f394d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to be combined with [https://github.com/dominictarr/json-sst] to form a pure js
All data is stored as line separated json, so to avoid tricky binary stuff.
It is intended this will be replaced once [https://github.com/rvagg/node-leveljs](leveljs) is ready.

# Stability

Unstable: Expect patches and features, possible api changes.

## License

MIT
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
"license": "MIT",
"stability": "unstable"
}

0 comments on commit 3f394d7

Please sign in to comment.