Skip to content

Commit 5f8548c

Browse files
dwasylukdwasyluk
authored andcommitted
Syscoin API 1.0.2 release (BM 1.0 backbone)
1 parent 357bb42 commit 5f8548c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syscoin-api",
33
"description": "A full featured api for interacting with Syscoin commands both at an RPC level, as a REST API, and more.",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"main": "server.js",
66
"keywords": [
77
"syscoin",
@@ -24,8 +24,7 @@
2424
}
2525
],
2626
"repository": "https://github.com/syscoin/syscoin-api.git",
27-
"dependencies": {
28-
},
27+
"dependencies": {},
2928
"devDependencies": {},
3029
"bugs": {
3130
"url": "https://github.com/syscoin/syscoin-api/issues"

server/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syscoin-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"scripts": {
66
"start": "node .",

0 commit comments

Comments
 (0)