Skip to content

Commit

Permalink
feat: turn spinviewer to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Nov 9, 2020
1 parent 9faaf8f commit 7657ef8
Show file tree
Hide file tree
Showing 6 changed files with 655 additions and 588 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"printsizes": "print-sizes ./dist --exclude=\\.map",
"test": "karma start",
"test:chrome": "karma start --chrome",
"lint": "eslint src && tslint declaration/**/*",
"lint": "tslint src/**/*",
"jsdoc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"coverage": "karma start --coverage",
"coverage:nogl": "karma start --coverage --nogl",
Expand Down
262 changes: 0 additions & 262 deletions src/SpinViewer/SpinViewer.js

This file was deleted.

Loading

0 comments on commit 7657ef8

Please sign in to comment.