Skip to content

Commit

Permalink
update AVA to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
maur8ino committed Mar 10, 2016
1 parent 9ce94ec commit 7e68906
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"babel",
"ava"
],
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
Expand All @@ -39,12 +45,13 @@
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"ava": "^0.9.1",
"ava": "^0.13.0",
"babel": "^6.3.13",
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.6.5",
"babelify": "^7.2.0",
"browser-sync": "^2.9.1",
"browserify": "^13.0.0",
Expand Down

0 comments on commit 7e68906

Please sign in to comment.