Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Mar 23, 2015
1 parent c0384d5 commit e84a7a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "restructure",
"version": "0.3.1",
"version": "0.3.2",
"description": "Declaratively encode and decode binary data",
"main": "index.js",
"dependencies": {
Expand All @@ -17,7 +17,9 @@
"mocha-lcov-reporter": "0.0.1"
},
"browserify": {
"transform": ["browserify-optional"]
"transform": [
"browserify-optional"
]
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit e84a7a6

Please sign in to comment.