Skip to content

Commit

Permalink
Merge pull request #8 from kirovboris/master
Browse files Browse the repository at this point in the history
Fixed dependencies
  • Loading branch information
kirovboris authored Apr 4, 2017
2 parents 2adcfe7 + 336fbce commit 5678a8c
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 @@ -12,13 +12,10 @@
"url": "https://devexpress.com"
},
"license": "MIT",
"dependencies": {
"testcafe": "0.14.0-alpha4",
"babel-preset-es2015-loose": "^6.1.4"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-react": "^6.5.0",
"chai": "^3.2.0",
"del": "^1.2.0",
Expand All @@ -39,5 +36,8 @@
"react",
"selectors",
"plugin"
]
}
],
"dependencies": {
"testcafe": "^0.14.0"
}
}

0 comments on commit 5678a8c

Please sign in to comment.