Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noseglid committed Feb 18, 2014
1 parent d2813df commit e754c50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "base85",
"version": "0.0.2",
"version": "0.1.0",
"description": "Base85 (Ascii85) encode and decode functionality",
"main": "lib/base85.js",
"scripts": {
"test": "./node_modules/.bin/nodeunit tests"
},
"devDependencies" : {
"nodeunit" : "0.8.x",
"underscore" : "1.6.x"
"devDependencies": {
"nodeunit": "0.8.x",
"underscore": "1.6.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e754c50

Please sign in to comment.