Skip to content

Commit

Permalink
Update flowconfig ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 29, 2017
1 parent dfbd8b0 commit bd3b4ff
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
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
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
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
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
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
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"
}
}

0 comments on commit bd3b4ff

Please sign in to comment.