Skip to content

Commit

Permalink
remove unneeded files/packages
Browse files Browse the repository at this point in the history
export_versions.sh is in the 'setup' folder of e-mission-server and will be downloaded dynamically via bin/setup.sh; does not need to be duplicated here

We do not need babel to run the jest tests because Transcrypt outputs jest-compliant JS
  • Loading branch information
JGreenlee committed Oct 23, 2024
1 parent 37488fd commit 27d9999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 0 additions & 4 deletions bin/export_versions.sh

This file was deleted.

17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
"description": "A common library to share code between projects in the e-mission-platform. Written in Python and exposed as both Python and JavaScript.",
"main": "./emcommon_js/index.js",
"types": "./emcommon_js/dist/index.d.ts",
"scripts": {
"test": "jest"
},
"jest": {
"testMatch": [
"**/test_*.js"
],
"globals": { "window": {} },
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
"transform": {}
},
"prettier": {
"printWidth": 100,
Expand All @@ -30,18 +25,8 @@
"dependencies": {
"color": "^3.1.2"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"babel-jest": "^27.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mapshaper": "^0.6.99",
Expand Down

0 comments on commit 27d9999

Please sign in to comment.