Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
faramozzayw committed Jan 29, 2021
1 parent 904eb0a commit cb8c703
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
- Menu
- Message
- Pagination

### `Forms`

- File
- FieldLabel
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"build": "tsc"
},
"files": [
"lib/"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outDir": "./lib",
"jsx": "react",
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.(spec|stories).(ts|tsx)"]
Expand Down

0 comments on commit cb8c703

Please sign in to comment.