Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove babel-core dependency #44

Merged
merged 4 commits into from
Oct 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
Kent C. Dodds authored Oct 30, 2017
commit 876c1072f489b8742cf8e2eecedaaf4811911fbc
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [babel-plugin-preval](#babel-plugin-preval)
- [The problem](#the-problem)
- [This solution](#this-solution)
- [Installation](#installation)
- [Usage](#usage)
- [Configure with Babel](#configure-with-babel)
- [Use with [`babel-macros`][babel-macros]](#use-with-babel-macrosbabel-macros)
- [Examples](#examples)
- [Notes](#notes)
- [FAQ](#faq)
- [Inspiration](#inspiration)
- [Related Projects](#related-projects)
- [Other Solutions](#other-solutions)
- [Contributors](#contributors)
- [LICENSE](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<div align="center">
<h1>babel-plugin-preval</h1>

Expand Down Expand Up @@ -96,6 +74,27 @@ or add `// @preval` comment at the top of a file.

See more below.

## Table of Contents

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Installation](#installation)
- [Usage](#usage)
- [Configure with Babel](#configure-with-babel)
- [Use with [`babel-macros`][babel-macros]](#use-with-babel-macrosbabel-macros)
- [Examples](#examples)
- [Notes](#notes)
- [FAQ](#faq)
- [Inspiration](#inspiration)
- [Related Projects](#related-projects)
- [Other Solutions](#other-solutions)
- [Contributors](#contributors)
- [LICENSE](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->


## Installation

This module is distributed via [npm][npm] which is bundled with [node][node] and
Expand Down