Commit 588b4447 authored by Admin's avatar Admin Committed by yann300

fixed libs building

parent f1ce49ec
......@@ -2,8 +2,8 @@
"name": "@remix-project/remix-analyzer",
"version": "0.5.16",
"description": "Tool to perform static analysis on Solidity smart contracts",
"main": "index.js",
"types": ".index.d.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"contributors": [
{
"name": "Alex Beregszaszi",
......@@ -50,6 +50,6 @@
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"typings": "index.d.ts",
"typings": "src/index.d.ts",
"gitHead": "4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"name": "@remix-project/remix-astwalker",
"version": "0.0.37",
"description": "Tool to walk through Solidity AST",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"test": "./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
......@@ -52,6 +52,6 @@
"devDependencies": {
"tap-spec": "^5.0.0"
},
"typings": "index.d.ts",
"typings": "src/index.d.ts",
"gitHead": "4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
\ No newline at end of file
......@@ -2,8 +2,8 @@
"name": "@remix-project/remix-solidity",
"version": "0.4.7",
"description": "Tool to load and run Solidity compiler",
"main": "index.js",
"types": "./index.d.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"contributors": [
{
"name": "Yann Levreau",
......@@ -60,6 +60,6 @@
"url": "https://github.com/ethereum/remix-project/issues"
},
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme",
"typings": "index.d.ts",
"typings": "src/index.d.ts",
"gitHead": "4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
\ No newline at end of file
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