Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
* update deps
* class based Prebuffer
  • Loading branch information
ch1ller0 authored Jul 10, 2019
1 parent 244976a commit d92b7c7
Show file tree
Hide file tree
Showing 8 changed files with 4,395 additions and 5,446 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: npm install
- run: yarn install
- run:
name: Run tests
command: npm test
command: yarn test
- save_cache:
paths:
- node_modules
Expand All @@ -35,7 +35,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish
command: yarn publish

workflows:
version: 2
Expand Down
Loading

0 comments on commit d92b7c7

Please sign in to comment.