Skip to content

Commit 4547a14

Browse files
author
wanderer
committed
2.1.0
1 parent c14dbff commit 4547a14

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-vm",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "an ethereum VM implementation",
55
"main": "index.js",
66
"dependencies": {
@@ -30,7 +30,14 @@
3030
},
3131
"browserify": {
3232
"transform": [
33-
["babelify", { "presets": ["es2015"] }]
33+
[
34+
"babelify",
35+
{
36+
"presets": [
37+
"es2015"
38+
]
39+
}
40+
]
3441
]
3542
},
3643
"scripts": {

0 commit comments

Comments
 (0)