Skip to content

Commit

Permalink
Merge branch 'release/v2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer committed Jun 24, 2019
2 parents e7b0da0 + 659e7c9 commit 5809c80
Show file tree
Hide file tree
Showing 94 changed files with 8,820 additions and 13,377 deletions.
19 changes: 0 additions & 19 deletions .babelrc

This file was deleted.

17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

jobs:
test:
docker:
- image: node:8
steps:
- checkout

- run: yarn
- run: yarn test:ci

workflows:
version: 2
test:
jobs:
- test
24 changes: 0 additions & 24 deletions .eslintrc

This file was deleted.

8 changes: 0 additions & 8 deletions .flowconfig

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
node_modules/
yarn-error.log
.DS_Store

/.nyc_output
/build
/coverage
/dist
14 changes: 14 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extension": [
".js",
".ts"
],
"include": ["src/**/*.ts", "build/src/**/*.js"],
"reporter": [
"text",
"html"
],
"cache": true,
"sourceMap": true,
"instrument": true
}
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, Cloudstek All rights reserved.
Copyright (c) 2017-2019, Cloudstek All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
Expand Down
Loading

0 comments on commit 5809c80

Please sign in to comment.