import-all.macro
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,51 +0,1 @@ | ||
{ | ||
"name": "import-all.macro", | ||
"version": "2.0.0", | ||
"description": "A babel-macro 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": [], | ||
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"babel-macros": "^1.0.2", | ||
"glob": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
"ast-pretty-print": "^2.0.1", | ||
"babel-plugin-tester": "^4.0.0", | ||
"kcd-scripts": "^0.16.0", | ||
"prettier": "^1.7.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "./node_modules/kcd-scripts/eslint.js" | ||
}, | ||
"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.1","description":"A babel-macro 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":[],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{"babel-macros":"^1.2.0","glob":"^7.1.2"},"devDependencies":{"ast-pretty-print":"^2.0.1","babel-plugin-tester":"^4.0.0","kcd-scripts":"^0.16.0","prettier":"^1.7.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js"},"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"} |
@@ -15,3 +15,3 @@ <div align="center"> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors) | ||
[![PRs Welcome][prs-badge]][prs] | ||
@@ -169,4 +169,4 @@ [![Code of Conduct][coc-badge]][coc] | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;"/><br /><sub>Kent C. Dodds</sub>](https://kentcdodds.com)<br />[💻](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Code") [📖](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Documentation") [🚇](#infra-kentcdodds "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Tests") | [<img src="https://avatars0.githubusercontent.com/u/188426?v=4" width="100px;"/><br /><sub>Jonathan Neal</sub>](http://jonathantneal.com)<br />[📖](https://github.com/kentcdodds/import-all.macro/commits?author=jonathantneal "Documentation") | | ||
| :---: | :---: | | ||
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;"/><br /><sub>Kent C. Dodds</sub>](https://kentcdodds.com)<br />[💻](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Code") [📖](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Documentation") [🚇](#infra-kentcdodds "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/kentcdodds/import-all.macro/commits?author=kentcdodds "Tests") | [<img src="https://avatars0.githubusercontent.com/u/188426?v=4" width="100px;"/><br /><sub>Jonathan Neal</sub>](http://jonathantneal.com)<br />[📖](https://github.com/kentcdodds/import-all.macro/commits?author=jonathantneal "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/6004414?v=4" width="100px;"/><br /><sub>Rafał Ruciński</sub>](https://fatfisz.com)<br />[🐛](https://github.com/kentcdodds/import-all.macro/issues?q=author%3Afatfisz "Bug reports") [💻](https://github.com/kentcdodds/import-all.macro/commits?author=fatfisz "Code") | | ||
| :---: | :---: | :---: | | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
@@ -173,0 +173,0 @@ |
15405
Updatedbabel-macros@^1.2.0