Skip to content

Commit

Permalink
Fixed #25, update devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed May 6, 2016
1 parent 67c8ade commit 1019300
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
]
},
"dependencies": {
"postcss": "^5.0.19"
"postcss": "^5.0.21"
},
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.7.7",
"babel-cli": "^6.8.0",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-es2015-node6": "^0.1.3",
"babel-register": "^6.7.2",
"babel-preset-es2015-node6": "^0.2.0",
"babel-register": "^6.8.0",
"coveralls": "^2.11.9",
"eslint": "^2.8.0",
"eslint-config-xo": "^0.13.0",
"eslint-formatter-pretty": "^0.2.1",
"eslint-plugin-ava": "^2.2.1",
"eslint": "^2.9.0",
"eslint-config-xo": "^0.14.1",
"eslint-formatter-pretty": "^0.2.2",
"eslint-plugin-ava": "^2.3.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-xo": "^0.3.1",
"nyc": "^6.4.0",
"updtr": "^0.1.10"
"eslint-plugin-xo": "^0.4.1",
"nyc": "^6.4.3",
"updtr": "^0.1.12"
}
}

0 comments on commit 1019300

Please sign in to comment.