Skip to content

Commit

Permalink
add main field
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Dec 23, 2018
1 parent a5f2ccc commit e3305a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,11 +1,11 @@
Changelog
===

# Next version
# 0.3.1

> Not yet on npm
> 2018-12-23
So far...
Some small things

* Add warning if scale does not support `.nice()`
* [158b4f6cb035ccc0288bb2b38aa7541a8ae869e0](https://github.com/mhkeller/layercake/commit/158b4f6cb035ccc0288bb2b38aa7541a8ae869e0)
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "layercake",
"version": "0.3.0",
"description": "a framework for mostly-reusable graphics with svelte",
"main": "src/layercake.js",
"module": "src/layercake.js",
"dependencies": {
"d3-scale": "^2.1.0"
Expand Down

0 comments on commit e3305a9

Please sign in to comment.