Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 28, 2016
1 parent 22784b7 commit 3e1cd2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions caravel/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caravel",
"version": "0.11.0",
"version": "0.12.0",
"description": "Caravel is a data exploration platform designed to be visual, intuitive, and interactive.",
"license": "Apache-2.0",
"directories": {
Expand Down Expand Up @@ -90,11 +90,11 @@
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.14.0",
"babel-polyfill": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.14.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.3",
Expand All @@ -107,6 +107,7 @@
"eslint-plugin-react": "^5.2.2",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"github-changes": "^1.0.4",
"imports-loader": "^0.6.5",
"istanbul": "^1.0.0-alpha",
"jsdom": "^8.0.1",
Expand Down

0 comments on commit 3e1cd2b

Please sign in to comment.