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
53c2ce93
Unverified
Commit
53c2ce93
authored
Jul 25, 2018
by
yann300
Committed by
GitHub
Jul 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #890 from ethereum/yann300-patch-14
Update package.json (remix-debug)
parents
3191a82e
2b7ac8bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
30 deletions
+4
-30
package.json
remix-debug/package.json
+4
-30
No files found.
remix-debug/package.json
View file @
53c2ce93
...
@@ -16,11 +16,7 @@
...
@@ -16,11 +16,7 @@
"dependencies"
:
{
"dependencies"
:
{
"babel-eslint"
:
"^7.1.1"
,
"babel-eslint"
:
"^7.1.1"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-plugin-yo-yoify"
:
"^0.3.3"
,
"babel-polyfill"
:
"^6.22.0"
,
"babel-preset-env"
:
"^1.6.1"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babel-preset-stage-0"
:
"^6.24.1"
,
"babelify"
:
"^7.3.0"
,
"babelify"
:
"^7.3.0"
,
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"^2.3.3"
,
"ethereumjs-vm"
:
"^2.3.3"
,
...
@@ -58,39 +54,13 @@
...
@@ -58,39 +54,13 @@
],
],
"parser"
:
"babel-eslint"
"parser"
:
"babel-eslint"
},
},
"babel"
:
{
"plugins"
:
[
"transform-es2015-template-literals"
,
"transform-es2015-literals"
,
"transform-es2015-function-name"
,
"transform-es2015-arrow-functions"
,
"transform-es2015-block-scoped-functions"
,
"transform-es2015-classes"
,
"transform-es2015-object-super"
,
"transform-es2015-shorthand-properties"
,
"transform-es2015-duplicate-keys"
,
"transform-es2015-computed-properties"
,
"transform-es2015-for-of"
,
"transform-es2015-sticky-regex"
,
"transform-es2015-unicode-regex"
,
"check-es2015-constants"
,
"transform-es2015-spread"
,
"transform-es2015-parameters"
,
"transform-es2015-destructuring"
,
"transform-es2015-block-scoping"
,
"transform-object-assign"
]
},
"browserify"
:
{
"browserify"
:
{
"transform"
:
[
"transform"
:
[
[
[
"babelify"
,
"babelify"
,
{
{
"sourceMapsAbsolute"
:
false
,
"sourceMaps"
:
true
,
"plugins"
:
[
"plugins"
:
[
[
[
[
"fast-async"
,
"fast-async"
,
{
{
"runtimePatten"
:
null
,
"runtimePatten"
:
null
,
...
@@ -104,7 +74,11 @@
...
@@ -104,7 +74,11 @@
],
],
"transform-object-assign"
"transform-object-assign"
]
]
}
],
],
[
"babelify"
,
{
"presets"
:
[
"presets"
:
[
"es2015"
"es2015"
]
]
...
...
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