Skip to content

Commit

Permalink
fix: adds support for modern modules
Browse files Browse the repository at this point in the history
  • Loading branch information
loremipson committed Jan 3, 2021
1 parent 23baa8a commit 02b2bd2
Show file tree
Hide file tree
Showing 2 changed files with 2,530 additions and 5,402 deletions.
13 changes: 6 additions & 7 deletions packages/cyanea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
"name": "cyanea",
"version": "0.0.0",
"description": "Creates a full spectrum color palette from a single color value.",
"main": "dist/index.js",
"main": "./dist/cyanea.umd.js",
"exports": "./dist/cyanea.modern.js",
"author": "Tyler Ipson <tyler.ipson@gmail.com>",
"repository": "github:loremipson/cyanea",
"license": "MIT",
"scripts": {
"build": "babel src -d dist"
"build": "microbundle",
"start": "microbundle watch"
},
"devDependencies": {
"semantic-release": "^17.0.4"
"microbundle": "^0.13.0"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"color": "^3.1.2"
"color": "^3.1.3"
},
"keywords": [
"color",
Expand Down
Loading

0 comments on commit 02b2bd2

Please sign in to comment.