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
be57c9b4
Commit
be57c9b4
authored
Jan 18, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove npm-link-local
parent
cafd9cf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
package.json
remix-debugger/package.json
+0
-2
package.json
remix-solidity/package.json
+0
-2
No files found.
remix-debugger/package.json
View file @
be57c9b4
...
...
@@ -33,7 +33,6 @@
"fast-async"
:
"^6.1.2"
,
"http-server"
:
"^0.9.0"
,
"nightwatch"
:
"^0.9.5"
,
"npm-link-local"
:
"^1.1.0"
,
"selenium-standalone"
:
"^6.0.1"
,
"solc"
:
"^0.4.13"
,
"standard"
:
"^7.0.1"
,
...
...
@@ -42,7 +41,6 @@
"web3"
:
"^0.15.3"
},
"scripts"
:
{
"postinstall"
:
"npm-link-local ../remix-lib && npm-link-local ../remix-core && npm-link-local ../remix-solidity"
,
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
"lint"
:
"standard | notify-error"
,
"nightwatch_local"
:
"nightwatch --config nightwatch.js --env local"
,
...
...
remix-solidity/package.json
View file @
be57c9b4
...
...
@@ -21,7 +21,6 @@
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"2.3.1"
,
"fast-async"
:
"^6.1.2"
,
"npm-link-local"
:
"^1.1.0"
,
"remix-core"
:
"latest"
,
"remix-lib"
:
"latest"
,
"solc"
:
"^0.4.13"
,
...
...
@@ -29,7 +28,6 @@
"tape"
:
"^4.6.0"
},
"scripts"
:
{
"postinstall"
:
"npm-link-local ../remix-lib && npm-link-local ../remix-core"
,
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
,
"downloadsolc"
:
"test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js"
},
...
...
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