Skip to content

Commit eafd7d6

Browse files
Upgrade version
1 parent 127d04c commit eafd7d6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ test/*.dev.js
1919

2020
# node modules
2121
node_modules/
22+
23+
# local tools
24+
publish

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ test/
1919

2020
# node modules
2121
node_modules/
22+
23+
#local tools
24+
publish

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-eft",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "eft loader for rollup",
55
"main": "index.js",
66
"scripts": {
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/ClassicOldSong/rollup-plugin-eft#readme",
2626
"dependencies": {
27-
"ef.js": "^0.1.1-alpha.9",
28-
"eft-parser": "^0.2.5",
27+
"ef.js": "^0.1.1-alpha.10",
28+
"eft-parser": "^0.2.6",
2929
"rollup-pluginutils": "^2.0.1"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)