Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
9a264a42
Commit
9a264a42
authored
Jan 16, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated bower.json && package.json version, added bignumber.js to bower dependencies
parent
01729394
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
bower.json
bower.json
+4
-3
balance.html
example/balance.html
+1
-1
contract.html
example/contract.html
+1
-1
package.json
package.json
+1
-1
No files found.
bower.json
View file @
9a264a42
{
"name"
:
"ethereum.js"
,
"namespace"
:
"ethereum"
,
"version"
:
"0.0.
3
"
,
"version"
:
"0.0.
8
"
,
"description"
:
"Ethereum Compatible JavaScript API"
,
"main"
:
[
"./dist/ethereum.js"
,
"./dist/ethereum.min.js"
],
"dependencies"
:
{
"es6-promise"
:
"#master"
"es6-promise"
:
"#master"
,
"bignumber.js"
:
">=2.0.0"
},
"repository"
:
{
"type"
:
"git"
,
...
...
@@ -48,4 +49,4 @@
"index.js"
,
"**/*.txt"
]
}
\ No newline at end of file
}
example/balance.html
View file @
9a264a42
...
...
@@ -3,7 +3,7 @@
<head>
<script
type=
"text/javascript"
src=
"js/es6-promise/promise.min.js"
></script>
<script
type=
"text/javascript"
src=
"
../node_module
s/bignumber.js/bignumber.min.js"
></script>
<script
type=
"text/javascript"
src=
"
j
s/bignumber.js/bignumber.min.js"
></script>
<script
type=
"text/javascript"
src=
"../dist/ethereum.js"
></script>
<script
type=
"text/javascript"
>
...
...
example/contract.html
View file @
9a264a42
...
...
@@ -3,7 +3,7 @@
<head>
<script
type=
"text/javascript"
src=
"js/es6-promise/promise.min.js"
></script>
<script
type=
"text/javascript"
src=
"
../node_module
s/bignumber.js/bignumber.min.js"
></script>
<script
type=
"text/javascript"
src=
"
j
s/bignumber.js/bignumber.min.js"
></script>
<script
type=
"text/javascript"
src=
"../dist/ethereum.js"
></script>
<script
type=
"text/javascript"
>
...
...
package.json
View file @
9a264a42
{
"name"
:
"ethereum.js"
,
"namespace"
:
"ethereum"
,
"version"
:
"0.0.
7
"
,
"version"
:
"0.0.
8
"
,
"description"
:
"Ethereum Compatible JavaScript API"
,
"main"
:
"./index.js"
,
"directories"
:
{
...
...
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