Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Aug 12, 2020
1 parent 1f8f40a commit 2d7696d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@connext/rest-api",
"description": "REST API client for Connext",
"version": "7.2.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/connext/rest-api-client.git"
Expand All @@ -21,7 +21,8 @@
"prod": "node ./build/src",
"start": "npm run build && npm run prod",
"lint": "eslint -c './.eslintrc' --fix './src/**/*.ts'",
"start:dev": "ts-node src/index.ts --watch"
"start:dev": "ts-node src/index.ts --watch",
"deploy": "bash ops/deploy.sh"
},
"dependencies": {
"@connext/client": "7.2.0",
Expand Down

0 comments on commit 2d7696d

Please sign in to comment.