embark-solc
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -114,3 +114,4 @@ const async = require('async'); | ||
compilationSettings.sources[file.path] = { | ||
// TODO change this to Embark's utils function once embark-solc is in the mono-repo | ||
compilationSettings.sources[file.path.replace(/\\/g, '/')] = { | ||
content: content.replace(/\r\n/g, '\n') | ||
@@ -117,0 +118,0 @@ }; |
{ | ||
"name": "embark-solc", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Solc plugin for Embark (uses command line)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19030
502