Skip to content

Commit

Permalink
[skyapi-fetch] refs #11 Reconfigure package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 8, 2019
1 parent 20a4470 commit 8f91f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ JS_INCLUDE= -I/usr/include/nodejs/src
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

install: build-node-client build-node-tester build-axios-client build-axios-tester build-fetch-client build-fetch-tester ## Build all libraries and tester
install: build-node-client build-node-tester build-axios-client build-axios-tester ## Build all libraries and tester

test: test-node-client test-axios-client test-fetch-client ## Test all clients
test: test-node-client test-axios-client ## Test all clients

test-node-client: ## Test node client
export HOST='https://staging.node.skycoin.net' && \
Expand Down
8 changes: 2 additions & 6 deletions lib/skyapi/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"scripts" : {
"build": "tsc --outDir dist/",
"prepare": "npm run build"
},
"dependencies": {
"portable-fetch": "^3.0.0"
},
"devDependencies": {
"@types/node": "^8.0.9",
"typescript": "^2.0"
"typescript": "^2.4"
}
}

0 comments on commit 8f91f06

Please sign in to comment.