Skip to content

Commit

Permalink
Renamed project edgebabel => edge-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jun 20, 2017
1 parent 48bff0b commit 88337c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "edgebabel",
"name": "edge-babel",
"version": "0.3.1",
"description": "EdgeBabel is a collection of carefully chosen and configured Babel presets and plugins for modern React development.",
"main": "lib/node.commonjs.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"*.css": "stylelint"
},
"bugs": {
"url": "https://github.com/sebastian-software/edgebabel/issues"
"url": "https://github.com/sebastian-software/edge-babel/issues"
},
"homepage": "https://github.com/sebastian-software/edgebabel#readme",
"homepage": "https://github.com/sebastian-software/edge-babel#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastian-software/edgebabel.git"
"url": "git+https://github.com/sebastian-software/edge-babel.git"
},
"dependencies": {
"app-root-dir": "^1.0.2",
Expand Down
22 changes: 11 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

[sponsor-img]: https://img.shields.io/badge/Sponsored%20by-Sebastian%20Software-692446.svg
[sponsor]: https://www.sebastian-software.de
[deps]: https://david-dm.org/sebastian-software/edgebabel
[deps-img]: https://david-dm.org/sebastian-software/edgebabel.svg
[npm]: https://www.npmjs.com/package/edgebabel
[npm-downloads-img]: https://img.shields.io/npm/dm/edgebabel.svg
[npm-version-img]: https://img.shields.io/npm/v/edgebabel.svg
[travis-img]: https://img.shields.io/travis/sebastian-software/edgebabel/master.svg?branch=master&label=unix%20build
[appveyor-img]: https://img.shields.io/appveyor/ci/swernerx/edgebabel/master.svg?label=windows%20build
[travis]: https://travis-ci.org/sebastian-software/edgebabel
[appveyor]: https://ci.appveyor.com/project/swernerx/edgebabel/branch/master

EdgeBabel is a collection of carefully chosen and configured Babel presets and plugins for modern React development.
[deps]: https://david-dm.org/sebastian-software/edge-babel
[deps-img]: https://david-dm.org/sebastian-software/edge-babel.svg
[npm]: https://www.npmjs.com/package/edge-babel
[npm-downloads-img]: https://img.shields.io/npm/dm/edge-babel.svg
[npm-version-img]: https://img.shields.io/npm/v/edge-babel.svg
[travis-img]: https://img.shields.io/travis/sebastian-software/edge-babel/master.svg?branch=master&label=unix%20build
[appveyor-img]: https://img.shields.io/appveyor/ci/swernerx/edge-babel/master.svg?label=windows%20build
[travis]: https://travis-ci.org/sebastian-software/edge-babel
[appveyor]: https://ci.appveyor.com/project/swernerx/edge-babel/branch/master

Edge Babel is a collection of carefully chosen and configured Babel presets and plugins for modern React development.



Expand Down

0 comments on commit 88337c0

Please sign in to comment.