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
8fbc563d
Commit
8fbc563d
authored
Feb 02, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preinstall solc && bump version
parent
28073acf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
package.json
remix-solidity/package.json
+3
-2
No files found.
remix-solidity/package.json
View file @
8fbc563d
{
{
"name"
:
"remix-solidity"
,
"name"
:
"remix-solidity"
,
"version"
:
"0.0.
7
"
,
"version"
:
"0.0.
8
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -32,7 +32,8 @@
...
@@ -32,7 +32,8 @@
"scripts"
:
{
"scripts"
:
{
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
,
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
,
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd .."
,
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd .."
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc"
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc"
,
"postinstall"
:
"npm-run-all -ls downloadsolc"
},
},
"standard"
:
{
"standard"
:
{
"ignore"
:
[
"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