Skip to content

Commit

Permalink
🚚 move distributed files to dist folder instead of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
noeldelgado committed May 19, 2020
1 parent 86cbddc commit 1af0a5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "parse-css-color",
"version": "0.1.1",
"description": "parse a css color string",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"browser": "lib/index.umd.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"files": [
"lib"
"dist"
],
"scripts": {
"dev": "rollup -c -w",
Expand Down

0 comments on commit 1af0a5d

Please sign in to comment.