Skip to content

Commit

Permalink
Published version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 20, 2016
1 parent 32d3f1d commit 244c420
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serializr",
"version": "0.0.1",
"version": "0.0.2",
"description": "Serialize and deserialize complex object graphs to JSON",
"main": "serializr.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"url": "https://github.com/mobxjs/serializr/issues"
},
"files": [
"serializr.js",
"serializr.min.js",
"serializr.min.js.map"
"serializr.js",
"serializr.min.js",
"serializr.min.js.map"
],
"devDependencies": {
"coveralls": "^2.11.9",
Expand All @@ -38,4 +38,4 @@
"tape": "^4.5.1",
"uglify-js": "^2.6.4"
}
}
}

0 comments on commit 244c420

Please sign in to comment.