Skip to content

Commit

Permalink
updated deps, bumped patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jozanza committed Mar 1, 2017
1 parent 23cebc9 commit 998f21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "next-css-json-loader",
"version": "0.0.5",
"version": "0.0.6",
"description": "transforms .css files into js modules that export style rules as json",
"main": "index.js",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"test": "nyc ava"
},
"dependencies": {
"jsonify-css": "0.0.2"
"jsonify-css": "0.0.3"
},
"devDependencies": {
"ava": "0.18.1",
Expand Down

0 comments on commit 998f21b

Please sign in to comment.