Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed May 19, 2016
1 parent ef518a7 commit 40d32d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays for react-map-gl",
"license": "MIT",
"version": "3.0.0-beta4",
"version": "3.0.0-beta5",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -50,7 +50,7 @@
"lodash.isfunction": "^3.0.6",
"lodash.throttle": "^3.0.4",
"lodash.where": "^3.1.0",
"luma.gl": "2.0.0-beta1",
"luma.gl": "2.0.0-beta2",
"save-pixels": "^2.3.0",
"viewport-mercator-project": "^2.0.1",
"webgl-obj-loader": "^0.1.1"
Expand Down
2 changes: 0 additions & 2 deletions src/deckgl-overlay.js
Expand Up @@ -31,8 +31,6 @@ import {
initializeNewLayers, layersNeedRedraw
} from './layer-manager';

import assert from 'assert';

const PROP_TYPES = {
width: PropTypes.number.isRequired,
height: PropTypes.number.isRequired,
Expand Down

0 comments on commit 40d32d3

Please sign in to comment.