Skip to content

Commit c9e23e1

Browse files
committed
0.2.1
Fix entry file!
1 parent 00b4479 commit c9e23e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-not-strict",
3-
"main": "index.js",
4-
"version": "0.2.0",
3+
"main": "src/index.js",
4+
"version": "0.2.1",
55
"author": "Amin Yahyaabadi",
66
"description": "Remove 'use strict' if the file is 'not strict'",
77
"keywords": [

0 commit comments

Comments
 (0)