Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
588b4447
Commit
588b4447
authored
Sep 28, 2021
by
Admin
Committed by
yann300
Sep 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed libs building
parent
f1ce49ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
package.json
libs/remix-analyzer/package.json
+4
-3
package.json
libs/remix-astwalker/package.json
+3
-2
package.json
libs/remix-solidity/package.json
+4
-3
No files found.
libs/remix-analyzer/package.json
View file @
588b4447
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
"name"
:
"@remix-project/remix-analyzer"
,
"name"
:
"@remix-project/remix-analyzer"
,
"version"
:
"0.5.16"
,
"version"
:
"0.5.16"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"main"
:
"index.js"
,
"main"
:
"
src/
index.js"
,
"types"
:
"
.
index.d.ts"
,
"types"
:
"
src/
index.d.ts"
,
"contributors"
:
[
"contributors"
:
[
{
{
"name"
:
"Alex Beregszaszi"
,
"name"
:
"Alex Beregszaszi"
,
...
@@ -50,6 +50,6 @@
...
@@ -50,6 +50,6 @@
"ts-node"
:
"^8.6.2"
,
"ts-node"
:
"^8.6.2"
,
"typescript"
:
"^3.7.5"
"typescript"
:
"^3.7.5"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"
src/
index.d.ts"
,
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
}
\ No newline at end of file
libs/remix-astwalker/package.json
View file @
588b4447
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"@remix-project/remix-astwalker"
,
"name"
:
"@remix-project/remix-astwalker"
,
"version"
:
"0.0.37"
,
"version"
:
"0.0.37"
,
"description"
:
"Tool to walk through Solidity AST"
,
"description"
:
"Tool to walk through Solidity AST"
,
"main"
:
"index.js"
,
"main"
:
"
src/
index.js"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
"test"
:
"./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
...
@@ -52,6 +52,6 @@
...
@@ -52,6 +52,6 @@
"devDependencies"
:
{
"devDependencies"
:
{
"tap-spec"
:
"^5.0.0"
"tap-spec"
:
"^5.0.0"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"
src/
index.d.ts"
,
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
}
\ No newline at end of file
libs/remix-solidity/package.json
View file @
588b4447
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
"name"
:
"@remix-project/remix-solidity"
,
"name"
:
"@remix-project/remix-solidity"
,
"version"
:
"0.4.7"
,
"version"
:
"0.4.7"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"main"
:
"index.js"
,
"main"
:
"
src/
index.js"
,
"types"
:
"
.
/index.d.ts"
,
"types"
:
"
src
/index.d.ts"
,
"contributors"
:
[
"contributors"
:
[
{
{
"name"
:
"Yann Levreau"
,
"name"
:
"Yann Levreau"
,
...
@@ -60,6 +60,6 @@
...
@@ -60,6 +60,6 @@
"url"
:
"https://github.com/ethereum/remix-project/issues"
"url"
:
"https://github.com/ethereum/remix-project/issues"
},
},
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme"
,
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme"
,
"typings"
:
"index.d.ts"
,
"typings"
:
"
src/
index.d.ts"
,
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment