Skip to content

Commit

Permalink
docs(README): rename babel-macros => babel-plugin-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Jan 19, 2018
1 parent b7a6210 commit 98df337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dotenv.macro

> Inline dotenv at build-time with babel-macros.
> Inline dotenv at build-time with babel-plugin-macros.
[![Travis][build-badge]][build]
[![Codecov Status][codecov-badge]][codecov]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotenv.macro",
"version": "1.0.0",
"description": "Inline dotenv at build-time with babel-macros.",
"description": "Inline dotenv at build-time with babel-plugin-macros.",
"author": "Michael Hsu <evenchange4@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 98df337

Please sign in to comment.