Skip to content

Commit

Permalink
refactor: removing babel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Nov 15, 2019
1 parent 9c89b3f commit 30df8ab
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 1,015 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

### Updated

- Removing `babel` packages from dependencies. Not needed anymore after move to `rollup` build

## [1.5.1][] - 2019-11-08

### Updated
Expand Down Expand Up @@ -148,7 +152,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.4.1]: https://github.com/willmendesneto/perf-marks/tree/v1.4.1
[unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/willmendesneto/perf-marks/tree/v1.5.0


[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/willmendesneto/perf-marks/tree/v1.5.1
[unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/willmendesneto/perf-marks/tree/v1.5.1
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@types/jest": "^24.0.18",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"babel-jest": "^24.9.0",
"bundlesize": "^0.18.0",
"changelog-verify": "^1.1.0",
"coveralls": "^3.0.7",
Expand Down
Loading

0 comments on commit 30df8ab

Please sign in to comment.