Skip to content

Commit 4c56994

Browse files
committed
sharp pkg removed as it is not being used now
1 parent d5f2dd3 commit 4c56994

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/actions/loadFilesInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const filesContentCache = require("../config/filesContentCache");
1515
const replaceRegexWithReferences = require("../parsers/regex-parser/convertRegexToStringLiteral");
1616
const regexObjects = require("../parsers/regex-parser/regexObjects");
1717
const prepareAlemDependencies = require("./prepareAlemDependencies");
18-
const processImportsToBase64 = require("../parsers/processImportsToBase64");
18+
// const processImportsToBase64 = require("../parsers/processImportsToBase64");
1919
// const extractTopLevelDeclarations = require("../parsers/extractTopLevelDeclarations");
2020
/**
2121
* Transform statefull components references to JSX (this applies for stateful and stateless components)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alem",
33
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"main": "main.js",
66
"types": "index.d.ts",
77
"author": "Wenderson Pires - wendersonpires.near",
@@ -57,7 +57,6 @@
5757
"postcss": "^8.4.38",
5858
"postcss-nested": "^6.0.1",
5959
"prettier": "^3.1.0",
60-
"sharp": "^0.33.4",
6160
"socket.io": "^4.7.2",
6261
"sucrase": "^3.34.0",
6362
"tailwindcss": "^3.4.3"

0 commit comments

Comments
 (0)