Skip to content

Commit

Permalink
chore: remove sourcemaps, @types/url-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
johncardiologs committed Jun 10, 2024
1 parent afe4443 commit 587b68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superglue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"copy:package": "cat ./package.json | jq 'del(.scripts)' > dist/package.json",
"copy:readme": "cp ../README.md dist/",
"build": "npm run clean && npm run build:js && npm run copy:package && npm run copy:readme",
"build:js": "babel lib --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"build:js": "babel lib --out-dir dist --extensions \".ts,.tsx\"",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"prepublishOnly": "npm run build"
Expand All @@ -30,7 +30,6 @@
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.24.6",
"@types/url-parse": "^1.4.11",
"core-js": "^2.6.12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
Expand Down

0 comments on commit 587b68f

Please sign in to comment.