Commit 4e613ecd authored by 0mkar's avatar 0mkar

Add test for successful compilation test

parent 70c6dcd6
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "Solidity import resolver engine", "description": "Solidity import resolver engine",
"main": "./src/index.js", "main": "./src/index.js",
"bin": { "bin": {
"remix-tests": "./bin/remix-resolve" "remix-resolve": "./bin/remix-resolve"
}, },
"scripts": { "scripts": {
"lint": "standard", "lint": "standard",
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remix-tests.git" "url": "git+https://github.com/ethereum/remix.git"
}, },
"keywords": [ "keywords": [
"solidity", "solidity",
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
"solc": "^0.5.0",
"url": "^0.11.0", "url": "^0.11.0",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment