Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #275 from honeybadger-io/ts_#274
Browse files Browse the repository at this point in the history
Transform to Typescript - #274
  • Loading branch information
subzero10 committed Sep 21, 2021
2 parents 74b24b7 + d8d6f48 commit d4f2044
Show file tree
Hide file tree
Showing 37 changed files with 74,056 additions and 17,780 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

23 changes: 0 additions & 23 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm i
npm run build --if-present
npm test
env:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http:https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Transform to a typescript project
- [Breaking change] Export core `Honeybadger` from `@honeybadger-io/js` to simplify integration. Read more at [PR](https://github.com/honeybadger-io/honeybadger-react/pull/275).

## [1.0.2] - 2021-09-14
### Fixed
Expand Down
23 changes: 23 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2,144 changes: 13 additions & 2,131 deletions example/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit d4f2044

Please sign in to comment.