Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.*/build/.*

[include]
./node_modules/@polkadot/dev/flow-typed

[libs]
./node_modules/@polkadot/dev/flow-typed

[options]
esproposal.decorators=ignore
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"url": "https://github.com/polkadot-js/api/issues"
},
"homepage": "https://github.com/polkadot-js/api#readme",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn polkadot-dev-build-babel",
"check": "yarn eslint packages && yarn flow check",
"test": "yarn jest --coverage packages"
"build": "polkadot-dev-build-babel",
"check": "eslint packages && flow check",
"test": "jest --coverage packages"
},
"devDependencies": {
"@polkadot/dev": "^0.9.8",
"@polkadot/dev": "^0.9.9",
"lerna": "^2.5.1"
},
"dependencies": {},
"workspaces": [
"packages/*"
]
"dependencies": {}
}
5 changes: 2 additions & 3 deletions packages/api-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
"test": "echo \"Tests only available from root wrapper\""
},
"devDependencies": {
"@polkadot/api-jsonrpc": "^0.5.4",
"@polkadot/dev": "^0.9.1"
"@polkadot/api-jsonrpc": "^0.5.4"
},
"dependencies": {
"@polkadot/util": "^0.5.15",
"@polkadot/util": "^0.5.19",
"babel-runtime": "^6.26.0"
}
}
4 changes: 1 addition & 3 deletions packages/api-jsonrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"check": "eslint src && flow check",
"test": "echo \"Tests only available from root wrapper\""
},
"devDependencies": {
"@polkadot/dev": "^0.9.1"
},
"devDependencies": {},
"dependencies": {
"babel-runtime": "^6.26.0"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/api-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
"test": "echo \"Tests only available from root wrapper\""
},
"devDependencies": {
"@polkadot/dev": "^0.9.1",
"mock-socket": "^7.1.0",
"nock": "^9.1.0"
},
"dependencies": {
"@polkadot/util": "^0.5.15",
"@polkadot/util": "^0.5.19",
"babel-runtime": "^6.26.0",
"isomorphic-fetch": "^2.2.1"
}
Expand Down
6 changes: 2 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
"check": "eslint src && flow check",
"test": "echo \"Tests only available from root wrapper\""
},
"devDependencies": {
"@polkadot/dev": "^0.9.1"
},
"devDependencies": {},
"dependencies": {
"@polkadot/api-format": "^0.5.4",
"@polkadot/api-jsonrpc": "^0.5.4",
"@polkadot/api-provider": "^0.5.4",
"@polkadot/util": "^0.5.15",
"@polkadot/util": "^0.5.19",
"babel-runtime": "^6.26.0"
}
}