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
beb30535
Commit
beb30535
authored
Jul 04, 2018
by
0mkar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use solc npm release instead github & remove downloadsoloc
parent
3f802726
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
package.json
remix-solidity/package.json
+3
-5
No files found.
remix-solidity/package.json
View file @
beb30535
...
...
@@ -24,16 +24,14 @@
"npm-run-all"
:
"^4.0.2"
,
"remix-core"
:
"^0.0.15"
,
"remix-lib"
:
"^0.2.9"
,
"solc"
:
"
https://github.com/ethereum/solc-js
"
,
"solc"
:
"
^0.4.24
"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
,
"webworkify"
:
"^1.2.1"
},
"scripts"
:
{
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
,
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd .."
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc"
,
"postinstall"
:
"npm-run-all -ls downloadsolc"
"test"
:
"standard && tape ./test/tests.js"
,
"prepublish"
:
"mkdirp build"
},
"standard"
:
{
"ignore"
:
[
...
...
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