Skip to content

Commit ebb530f

Browse files
committed
Increment package version & publish
1 parent ed7f582 commit ebb530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-replace-imports-with-vars",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Replace 'import { x } from y' with 'const|let|var { x } = y'",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)