Skip to content

Commit 56bc1be

Browse files
committed
Fix Binaryen dependency, see AssemblyScript#36
1 parent d4c00ea commit 56bc1be

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
@@ -11,6 +11,7 @@
1111
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
1212
},
1313
"dependencies": {
14+
"binaryen": "44.0.0-nightly.20180224",
1415
"glob": "^7.1.2",
1516
"long": "^4.0.0",
1617
"minimist": "^1.2.0",
@@ -19,7 +20,6 @@
1920
"devDependencies": {
2021
"@types/node": "^9.4.6",
2122
"babel-minify-webpack-plugin": "^0.3.0",
22-
"binaryen": "44.0.0-nightly.20180224",
2323
"browser-process-hrtime": "^0.1.2",
2424
"chalk": "^2.3.1",
2525
"diff": "^3.4.0",

0 commit comments

Comments
 (0)