Skip to content

Commit b90960f

Browse files
committed
Release v0.1.2.
1 parent 0de58bd commit b90960f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![](https://img.shields.io/npm/dw/babel-plugin-transform-es2015-modules-strip)
55
[![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)
66

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

99
## Example
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-es2015-modules-strip",
3-
"version": "0.1.1",
4-
"description": "A Babel plugin that strips import and export declarations.",
3+
"version": "0.1.2",
4+
"description": "A Babel plugin which strips import and export statements from modules.",
55
"keywords": [
66
"babel-plugin"
77
],

0 commit comments

Comments
 (0)