import-all.macro
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,1 +0,1 @@ | ||
{"name":"import-all.macro","version":"2.0.2","description":"A macro for babel-plugin-macros that allows you to import all files that match a glob","main":"dist/index.js","engines":{"node":"> 4","npm":"> 3"},"scripts":{"add-contributor":"kcd-scripts contributors add","build":"kcd-scripts build","lint":"kcd-scripts lint","test":"kcd-scripts test","test:update":"npm test -- --updateSnapshot --coverage","validate":"kcd-scripts validate","precommit":"kcd-scripts precommit"},"files":["dist"],"keywords":["babel-plugin-macros"],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{"babel-plugin-macros":"^2.0.0","glob":"^7.1.2"},"devDependencies":{"ast-pretty-print":"^2.0.1","babel-plugin-tester":"^5.0.0","kcd-scripts":"^0.32.1","prettier":"^1.10.2"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"complexity":["error",12]}},"eslintIgnore":["node_modules","coverage","dist"],"repository":{"type":"git","url":"https://github.com/kentcdodds/import-all.macro.git"},"bugs":{"url":"https://github.com/kentcdodds/import-all.macro/issues"},"homepage":"https://github.com/kentcdodds/import-all.macro#readme"} | ||
{"name":"import-all.macro","version":"2.0.3","description":"A macro for babel-plugin-macros that allows you to import all files that match a glob","main":"dist/index.js","engines":{"node":"> 4","npm":"> 3"},"scripts":{"add-contributor":"kcd-scripts contributors add","build":"kcd-scripts build","lint":"kcd-scripts lint","test":"kcd-scripts test","test:update":"npm test -- --updateSnapshot --coverage","validate":"kcd-scripts validate","precommit":"kcd-scripts precommit"},"files":["dist"],"keywords":["babel-plugin-macros"],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{"babel-plugin-macros":"^2.0.0","glob":"^7.1.2"},"devDependencies":{"ast-pretty-print":"^2.0.1","babel-plugin-tester":"^5.0.0","kcd-scripts":"^0.32.1","prettier":"^1.10.2"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"complexity":["error",12]}},"eslintIgnore":["node_modules","coverage","dist"],"repository":{"type":"git","url":"https://github.com/kentcdodds/import-all.macro.git"},"bugs":{"url":"https://github.com/kentcdodds/import-all.macro/issues"},"homepage":"https://github.com/kentcdodds/import-all.macro#readme"} |
@@ -1,18 +0,1 @@ | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
* [import-all.macro](#import-allmacro) | ||
* [The problem](#the-problem) | ||
* [This solution](#this-solution) | ||
* [Installation](#installation) | ||
* [Usage](#usage) | ||
* [Caveats](#caveats) | ||
* [Inspiration](#inspiration) | ||
* [Other Solutions](#other-solutions) | ||
* [Contributors](#contributors) | ||
* [LICENSE](#license) | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
<div align="center"> | ||
@@ -53,2 +36,18 @@ <h1>import-all.macro</h1> | ||
## 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) | ||
* [Caveats](#caveats) | ||
* [Inspiration](#inspiration) | ||
* [Other Solutions](#other-solutions) | ||
* [Contributors](#contributors) | ||
* [LICENSE](#license) | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
## Installation | ||
@@ -55,0 +54,0 @@ |
16007
228