Skip to content

Commit

Permalink
More minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 28, 2024
1 parent 19d53ee commit ce97168
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 274 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
testPathIgnorePatterns: ['dist', '/node_modules/'],
}
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,10 @@
"jbrowse2"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"config": {
"jbrowse": {
"plugin": {
"name": "Protein3d"
}
}
},
"scripts": {
"test": "jest",
"clean": "rimraf dist",
Expand All @@ -28,9 +19,6 @@
"prepack": "npm run build",
"postversion": "git push --follow-tags"
},
"jbrowse-plugin": {
"name": "Protein3d"
},
"dependencies": {
"@mui/icons-material": "^5.15.10",
"clustal-js": "^2.0.1",
Expand Down Expand Up @@ -69,7 +57,6 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"rxjs": "^7.0.0",
"serve": "^14.2.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.3.0",
"tss-react": "^4.9.4",
Expand Down
Loading

0 comments on commit ce97168

Please sign in to comment.