Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Radosław Kłos committed Aug 29, 2018
1 parent 9dbfa38 commit 9f3405b
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 150 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shortcut import
[![npm](https://img.shields.io/npm/v/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![downloads](https://img.shields.io/npm/dt/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![dependencies](https://img.shields.io/david/rklos/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![devdependencies](https://img.shields.io/david/dev/rklos/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![Build Status](https://travis-ci.org/rklos/babel-plugin-shortcut-import.svg?branch=master)](https://travis-ci.org/rklos/babel-plugin-shortcut-import) [![Coverage Status](https://coveralls.io/repos/github/rklos/babel-plugin-shortcut-import/badge.svg?branch=master)](https://coveralls.io/github/rklos/babel-plugin-shortcut-import?branch=master)
[![npm](https://img.shields.io/npm/v/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![downloads](https://img.shields.io/npm/dt/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![dependencies](https://img.shields.io/david/rklos/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![devdependencies](https://img.shields.io/david/dev/rklos/babel-plugin-shortcut-import.svg)](https://www.npmjs.com/package/babel-plugin-shortcut-import) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/8a2aa941d8014d85864d8327fb9052f8)](https://www.codacy.com/app/rklos/babel-plugin-shortcut-import?utm_source=github.com&utm_medium=referral&utm_content=rklos/babel-plugin-shortcut-import&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/rklos/babel-plugin-shortcut-import.svg?branch=master)](https://travis-ci.org/rklos/babel-plugin-shortcut-import) [![Coverage Status](https://coveralls.io/repos/github/rklos/babel-plugin-shortcut-import/badge.svg?branch=master)](https://coveralls.io/github/rklos/babel-plugin-shortcut-import?branch=master)

Dependency-free, lightweight babel plugin that allows using shortcuts in `import` and `require` declarations.

Expand All @@ -13,7 +13,7 @@ In `.babelrc` write:
```json
{
"plugins": [
["babel-plugin-root-import"]
["babel-plugin-shortcut-import"]
]
}
```
Expand Down
Loading

0 comments on commit 9f3405b

Please sign in to comment.