Skip to content

Commit

Permalink
v9.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Feb 29, 2024
1 parent 5777cc7 commit ca167ab
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "9.0.0-alpha.1",
"description": "Experimental layers for deck.gl",
"license": "MIT",
"keywords": ["layers", "visualization", "gpu", "deck.gl"],
"keywords": [
"layers",
"visualization",
"gpu",
"deck.gl"
],
"type": "module",
"sideEffects": false,
"main": "./dist/index.cjs",
Expand All @@ -14,7 +19,10 @@
"module": "./dist/index.js"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"dependencies": {
"@deck.gl/core": "^9.0.0-beta.5",
"@deck.gl/extensions": "9.0.0-beta.5",
Expand Down

0 comments on commit ca167ab

Please sign in to comment.