Skip to content

Commit

Permalink
fix: export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 1, 2020
1 parent 1f17070 commit bcf790c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "@meetio/meetio-colors",
"version": "1.4.0",
"version": "1.7.0",
"description": "The most delicious and wonderful colors for Meetio Theme",
"main": "dist/index.js",
"typescript": {
"definition": "index.d.ts"
},
"files": [
"dist/index.js",
"dist/variations/light.js",
"dist/variations/dark.js",
"dist/interfaces.d.ts"
],
"types": "dist/interfaces.d.ts",
"bugs": {
"url": "https://github.com/meetio-theme/meetio-colors/issues"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { light } from "./variations/light"
export { dark } from "./variations/dark"
export { IColors } from './interfaces'

0 comments on commit bcf790c

Please sign in to comment.