Skip to content

Commit

Permalink
Fixed #9, update devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed Apr 22, 2016
1 parent c8a722e commit c7eb2dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"postcss": "^5.0.19"
},
"devDependencies": {
"ava": "^0.13.0",
"babel-cli": "^6.6.5",
"ava": "^0.14.0",
"babel-cli": "^6.7.7",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-node5": "^11.0.0",
"babel-preset-node5": "^11.0.2",
"babel-register": "^6.7.2",
"coveralls": "^2.11.8",
"nyc": "^6.1.1",
"coveralls": "^2.11.9",
"nyc": "^6.4.0",
"updtr": "^0.1.10",
"xo": "^0.13.0"
"xo": "^0.14.0"
}
}

0 comments on commit c7eb2dd

Please sign in to comment.