mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 02:00:50 +00:00
Bump deps
This commit is contained in:
parent
b7defa393c
commit
2e50963444
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
@ -0,0 +1,21 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/polkadot-js
|
||||
docker:
|
||||
- image: circleci/node:10
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
- run:
|
||||
name: install-deps
|
||||
command: yarn install --frozen-lockfile
|
||||
- save_cache:
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
- ~/.cache/yarn
|
||||
- run:
|
||||
name: build
|
||||
command: yarn polkadot-dev-circleci-build
|
@ -9,4 +9,4 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- yarn polkadot-dev-build-travis
|
||||
- CI_NO_BETA=true yarn polkadot-dev-build-travis
|
||||
|
@ -1,3 +1,10 @@
|
||||
[](https://polkadot.js.org)
|
||||

|
||||
[](https://www.npmjs.com/package/@polkadot/ts)
|
||||
[](https://travis-ci.com/polkadot-js/ts)
|
||||
[](https://circleci.com/gh/polkadot-js/ts)
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
# @polkadot/ts
|
||||
|
||||
TypeScript definitions for packages that are not (yet) available on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) but are used in `@polkadot` projects.
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./build.sh",
|
||||
"check": "tsc --noEmit --pretty",
|
||||
"lint": "tsc --noEmit --pretty",
|
||||
"test": "echo \"No 'yarn run test' available\""
|
||||
},
|
||||
"dependencies": {
|
||||
@ -19,6 +19,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.4",
|
||||
"@polkadot/dev": "0.25.13"
|
||||
"@polkadot/dev": "^0.31.0-beta.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user