From 40a01c16dce814312046aa5cfab25e4524a1f17a Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 6 Sep 2017 12:58:46 -0600 Subject: [PATCH] fix(keywords): add babel-macro keyword --- README.md | 7 +++---- other/ROADMAP.md | 11 ----------- package.json | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 other/ROADMAP.md diff --git a/README.md b/README.md index 2005340..d4a4402 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Pre-evaluate code at build-time [![PRs Welcome][prs-badge]][prs] [![Donate][donate-badge]][donate] [![Code of Conduct][coc-badge]][coc] -[![Roadmap][roadmap-badge]][roadmap] +[![Babel Macro][macros-badge]][babel-macros] [![Examples][examples-badge]][examples] [![Watch on GitHub][github-watch-badge]][github-watch] @@ -368,8 +368,8 @@ MIT [donate]: http://kcd.im/donate [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square [coc]: https://github.com/kentcdodds/babel-plugin-preval/blob/master/other/CODE_OF_CONDUCT.md -[roadmap-badge]: https://img.shields.io/badge/%F0%9F%93%94-roadmap-CD9523.svg?style=flat-square -[roadmap]: https://github.com/kentcdodds/babel-plugin-preval/blob/master/other/ROADMAP.md +[macros-badge]: https://img.shields.io/badge/babel--macro-%F0%9F%8E%A3-f5da55.svg?style=flat-square +[babel-macros]: https://github.com/kentcdodds/babel-macros [examples-badge]: https://img.shields.io/badge/%F0%9F%92%A1-examples-8C8E93.svg?style=flat-square [examples]: https://github.com/kentcdodds/babel-plugin-preval/blob/master/other/EXAMPLES.md [github-watch-badge]: https://img.shields.io/github/watchers/kentcdodds/babel-plugin-preval.svg?style=social @@ -381,7 +381,6 @@ MIT [emojis]: https://github.com/kentcdodds/all-contributors#emoji-key [all-contributors]: https://github.com/kentcdodds/all-contributors [prepack]: https://github.com/facebook/prepack -[babel-macros]: https://github.com/kentcdodds/babel-macros [preval.macro]: https://github.com/kentcdodds/preval.macro [webpack]: https://webpack.js.org/ [webpack-loaders]: https://webpack.js.org/concepts/loaders/ diff --git a/other/ROADMAP.md b/other/ROADMAP.md deleted file mode 100644 index e7219db..0000000 --- a/other/ROADMAP.md +++ /dev/null @@ -1,11 +0,0 @@ -# Project Roadmap - -This is where we'll define a few things about the library's goals. - -We haven't filled this out yet though. Care to help? See `CONTRIBUTING.md` - -## Want to do - -## Might do - -## Wont do diff --git a/package.json b/package.json index 1e37ad1..3b420fb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "precommit": "kcd-scripts precommit" }, "files": ["dist", "macro.js"], - "keywords": ["babel", "babel-plugin", "eval", "precompile"], + "keywords": ["babel", "babel-plugin", "eval", "precompile", "babel-macros"], "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", "dependencies": {