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
bb9ce7b1
Unverified
Commit
bb9ce7b1
authored
Jul 25, 2018
by
yann300
Committed by
GitHub
Jul 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #874 from ethereum/solc_require_fix
Solc require fix
parents
6978af8c
b915b15b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
package.json
remix-analyzer/package.json
+1
-2
package.json
remix-debug/package.json
+2
-3
package.json
remix-solidity/package.json
+3
-6
No files found.
remix-analyzer/package.json
View file @
bb9ce7b1
...
@@ -31,8 +31,7 @@
...
@@ -31,8 +31,7 @@
},
},
"standard"
:
{
"standard"
:
{
"ignore"
:
[
"ignore"
:
[
"node_modules/*"
,
"node_modules/*"
"soljson.js"
],
],
"parser"
:
"babel-eslint"
"parser"
:
"babel-eslint"
},
},
...
...
remix-debug/package.json
View file @
bb9ce7b1
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
"npm-run-all"
:
"^4.1.2"
,
"npm-run-all"
:
"^4.1.2"
,
"fast-async"
:
"^6.1.2"
,
"fast-async"
:
"^6.1.2"
,
"remix-lib"
:
"^0.2.9"
,
"remix-lib"
:
"^0.2.9"
,
"solc"
:
"
https://github.com/ethereum/solc-js
"
"solc"
:
"
^0.4.24
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"standard"
:
"^7.0.1"
,
"standard"
:
"^7.0.1"
,
...
@@ -38,8 +38,7 @@
...
@@ -38,8 +38,7 @@
"scripts"
:
{
"scripts"
:
{
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
"lint"
:
"standard | notify-error"
,
"lint"
:
"standard | notify-error"
,
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd .."
,
"test"
:
"standard && tape ./test/tests.js"
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
},
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
...
...
remix-solidity/package.json
View file @
bb9ce7b1
...
@@ -23,20 +23,17 @@
...
@@ -23,20 +23,17 @@
"fast-async"
:
"^6.1.2"
,
"fast-async"
:
"^6.1.2"
,
"npm-run-all"
:
"^4.0.2"
,
"npm-run-all"
:
"^4.0.2"
,
"remix-lib"
:
"^0.2.9"
,
"remix-lib"
:
"^0.2.9"
,
"solc"
:
"
https://github.com/ethereum/solc-js
"
,
"solc"
:
"
^0.4.24
"
,
"standard"
:
"^7.0.1"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
,
"tape"
:
"^4.6.0"
,
"webworkify"
:
"^1.2.1"
"webworkify"
:
"^1.2.1"
},
},
"scripts"
:
{
"scripts"
:
{
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd .."
,
"test"
:
"standard && tape ./test/tests.js"
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc"
,
"postinstall"
:
"npm-run-all -ls downloadsolc"
},
},
"standard"
:
{
"standard"
:
{
"ignore"
:
[
"ignore"
:
[
"node_modules/*"
,
"node_modules/*"
"soljson.js"
],
],
"parser"
:
"babel-eslint"
"parser"
:
"babel-eslint"
},
},
...
...
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