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

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Radosław Kłos committed Jul 7, 2018
1 parent 791bd3b commit 9dbfa38
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,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) [![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) [![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 Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-shortcut-import",
"version": "1.0.10",
"version": "1.0.11",
"description": "Babel plugin for shortcut imports",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9dbfa38

Please sign in to comment.