Skip to content

Commit

Permalink
Release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stuff committed Apr 20, 2016
1 parent 6fdf363 commit 513ed29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsontosass",
"description": "JSON to Sass converter for node",
"version": "0.1.0",
"version": "0.1.1",
"maintainers": [
{
"name": "Christian Stuff",
Expand All @@ -22,7 +22,9 @@
"engines": {
"node": ">=0.10"
},
"files": ["jsontosass.js"],
"files": [
"jsontosass.js"
],
"main": "jsontosass.js",
"scripts": {
"prerelease": "npm test",
Expand Down

0 comments on commit 513ed29

Please sign in to comment.