Skip to content

Commit

Permalink
feat(sidenav): update sidenav to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoreis committed May 13, 2020
1 parent e4787a5 commit d18b4e2
Show file tree
Hide file tree
Showing 8 changed files with 442 additions and 346 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@babel/runtime": "^7.7.7",
"@testing-library/react": "^9.1.3",
"@types/jest": "^25.1.2",
"@types/mdx-js__react": "^1.5.1",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^25.3.0",
"husky": ">=4.0.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/sidenav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.4.0-alpha.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"scripts": {
"prepare": "microbundle --no-compress",
Expand Down
325 changes: 0 additions & 325 deletions packages/sidenav/src/index.js

This file was deleted.

Loading

0 comments on commit d18b4e2

Please sign in to comment.