Skip to content

Commit

Permalink
🐛 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
thibthib committed May 17, 2020
1 parent cb5d5b2 commit 9334d40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
.DS_Store
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"name": "color-spaces",
"version": "1.0.0",
"name": "@color-spaces/convert",
"version": "1.0.1",
"description": "Color space conversion utilities",
"repository": "[email protected]:thibthib/color-spaces.git",
"author": "Thibaut Dutartre <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"microbundle": "0.12.0"
},
"source": "index.ts",
"types": "dist/color-spaces.d.ts",
"main": "dist/color-spaces.js",
"module": "dist/color-spaces.module.js",
"unpkg": "dist/color-spaces.umd.js",
"main": "dist/color-spaces-convert.js",
"module": "dist/color-spaces-convert.module.js",
"unpkg": "dist/color-spaces-convert.umd.js",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
Expand Down

0 comments on commit 9334d40

Please sign in to comment.