Skip to content

Commit

Permalink
Release v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bardiharborow committed Mar 18, 2021
1 parent 0de58bd commit b90960f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![](https://img.shields.io/npm/dw/babel-plugin-transform-es2015-modules-strip)
[![This project is licensed under the terms of the MIT license.](https://img.shields.io/npm/l/babel-plugin-transform-es2015-modules-strip)](https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip/blob/master/LICENSE)

This plugin strips ECMAScript module import and export statements from a script.
This is a Babel plugin which strips import and export statements from modules.

## Example

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-transform-es2015-modules-strip",
"version": "0.1.1",
"description": "A Babel plugin that strips import and export declarations.",
"version": "0.1.2",
"description": "A Babel plugin which strips import and export statements from modules.",
"keywords": [
"babel-plugin"
],
Expand Down

0 comments on commit b90960f

Please sign in to comment.