Skip to content

Commit

Permalink
sharp pkg removed as it is not being used now
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Jun 3, 2024
1 parent d5f2dd3 commit 4c56994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/actions/loadFilesInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const filesContentCache = require("../config/filesContentCache");
const replaceRegexWithReferences = require("../parsers/regex-parser/convertRegexToStringLiteral");
const regexObjects = require("../parsers/regex-parser/regexObjects");
const prepareAlemDependencies = require("./prepareAlemDependencies");
const processImportsToBase64 = require("../parsers/processImportsToBase64");
// const processImportsToBase64 = require("../parsers/processImportsToBase64");
// const extractTopLevelDeclarations = require("../parsers/extractTopLevelDeclarations");
/**
* Transform statefull components references to JSX (this applies for stateful and stateless components)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
"version": "1.3.0",
"version": "1.3.1",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand Down Expand Up @@ -57,7 +57,6 @@
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"prettier": "^3.1.0",
"sharp": "^0.33.4",
"socket.io": "^4.7.2",
"sucrase": "^3.34.0",
"tailwindcss": "^3.4.3"
Expand Down

0 comments on commit 4c56994

Please sign in to comment.