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
f6e2c02a
Commit
f6e2c02a
authored
Oct 16, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run publish and create tag
parent
d37356c7
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
13 deletions
+16
-13
.gitignore
.gitignore
+1
-0
gulpfile.js
gulpfile.js
+3
-2
lerna.json
lerna.json
+1
-1
package.json
package.json
+1
-0
package.json
remix-analyzer/package.json
+2
-2
package.json
remix-debug/package.json
+2
-2
package.json
remix-lib/package.json
+1
-1
package.json
remix-solidity/package.json
+2
-2
package.json
remix-tests/package.json
+3
-3
No files found.
.gitignore
View file @
f6e2c02a
...
@@ -11,3 +11,4 @@ package-lock.json
...
@@ -11,3 +11,4 @@ package-lock.json
.tern-port
.tern-port
TODO
TODO
soljson.js
soljson.js
lerna-debug.log
gulpfile.js
View file @
f6e2c02a
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
'use strict'
;
'use strict'
;
var
gulp
=
require
(
'gulp'
);
var
gulp
=
require
(
'gulp'
);
var
exec
=
require
(
'child_process'
).
exec
;
var
lernaJSON
=
require
(
'./lerna
.json'
);
var
packageJSON
=
require
(
'./package
.json'
);
gulp
.
task
(
'publishTag'
,
function
()
{
gulp
.
task
(
'publishTag'
,
function
()
{
exec
(
"git tag v"
+
lerna
JSON
.
version
+
"; git push --tags"
);
exec
(
"git tag v"
+
package
JSON
.
version
+
"; git push --tags"
);
});
});
lerna.json
View file @
f6e2c02a
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
"skipGit"
:
true
"skipGit"
:
true
}
}
},
},
"version"
:
"
0.1.0
"
"version"
:
"
independent
"
}
}
package.json
View file @
f6e2c02a
{
{
"version"
:
"0.1.0"
,
"devDependencies"
:
{
"devDependencies"
:
{
"
gulp
"
:
"^3.9.1"
,
"
gulp
"
:
"^3.9.1"
,
"
lerna
"
:
"^2.10.2"
"
lerna
"
:
"^2.10.2"
...
...
remix-analyzer/package.json
View file @
f6e2c02a
{
{
"name"
:
"remix-analyzer"
,
"name"
:
"remix-analyzer"
,
"version"
:
"0.2.
8
"
,
"version"
:
"0.2.
10
"
,
"description"
:
"Remix Analyzer"
,
"description"
:
"Remix Analyzer"
,
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"contributors"
:
[
"contributors"
:
[
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
"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-preset-es2015"
:
"^6.24.0"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"remix-lib"
:
"
^0.3.8
"
,
"remix-lib"
:
"
0.3.10
"
,
"solc"
:
"^0.4.24"
,
"solc"
:
"^0.4.24"
,
"standard"
:
"^7.0.1"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
"tape"
:
"^4.6.0"
...
...
remix-debug/package.json
View file @
f6e2c02a
{
{
"name"
:
"remix-debug"
,
"name"
:
"remix-debug"
,
"version"
:
"0.2.
9
"
,
"version"
:
"0.2.
11
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
"fast-async"
:
"^6.1.2"
,
"fast-async"
:
"^6.1.2"
,
"notify-error"
:
"^1.2.0"
,
"notify-error"
:
"^1.2.0"
,
"npm-run-all"
:
"^4.1.2"
,
"npm-run-all"
:
"^4.1.2"
,
"remix-lib"
:
"
^0.3.8
"
,
"remix-lib"
:
"
0.3.10
"
,
"solc"
:
"^0.4.24"
"solc"
:
"^0.4.24"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
remix-lib/package.json
View file @
f6e2c02a
{
{
"name"
:
"remix-lib"
,
"name"
:
"remix-lib"
,
"version"
:
"0.3.
8
"
,
"version"
:
"0.3.
10
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
...
remix-solidity/package.json
View file @
f6e2c02a
{
{
"name"
:
"remix-solidity"
,
"name"
:
"remix-solidity"
,
"version"
:
"0.2.
8
"
,
"version"
:
"0.2.
10
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
"ethereumjs-vm"
:
"^2.3.3"
,
"ethereumjs-vm"
:
"^2.3.3"
,
"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.3.8
"
,
"remix-lib"
:
"
0.3.10
"
,
"solc"
:
"^0.4.24"
,
"solc"
:
"^0.4.24"
,
"standard"
:
"^7.0.1"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
,
"tape"
:
"^4.6.0"
,
...
...
remix-tests/package.json
View file @
f6e2c02a
{
{
"name"
:
"remix-tests"
,
"name"
:
"remix-tests"
,
"version"
:
"0.0.1
3
"
,
"version"
:
"0.0.1
5
"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"main"
:
"./src/index.js"
,
"main"
:
"./src/index.js"
,
"contributors"
:
[
"contributors"
:
[
...
@@ -41,9 +41,9 @@
...
@@ -41,9 +41,9 @@
"change-case"
:
"^3.0.1"
,
"change-case"
:
"^3.0.1"
,
"colors"
:
"^1.1.2"
,
"colors"
:
"^1.1.2"
,
"commander"
:
"^2.13.0"
,
"commander"
:
"^2.13.0"
,
"remix-lib"
:
"
^0.3.8
"
,
"remix-lib"
:
"
0.3.10
"
,
"remix-simulator"
:
"^0.0.4"
,
"remix-simulator"
:
"^0.0.4"
,
"remix-solidity"
:
"
^0.2.8
"
,
"remix-solidity"
:
"
0.2.10
"
,
"signale"
:
"^1.2.1"
,
"signale"
:
"^1.2.1"
,
"solc"
:
"^0.4.24"
,
"solc"
:
"^0.4.24"
,
"standard"
:
"^10.0.3"
,
"standard"
:
"^10.0.3"
,
...
...
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