Commit 2aaa47b2 authored by aniket-engg's avatar aniket-engg

build working for remix-analyzer

parent 8cd8a008
......@@ -25,7 +25,7 @@
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "tsc && npm run lint && ts-node node_modules/tape/bin/tape ./test/tests.ts"
"test": "./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
},
"standard": {
"ignore": [
......
{
"name": "remix-astwalker",
"name": "@remix-project/remix-astwalker",
"version": "0.0.24",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
......
......@@ -17,7 +17,7 @@
"baseUrl": ".",
"paths": {
"@remix-project/remix-analyzer": ["libs/remix-analyzer/index.ts"],
"@remix-project/remix-astwalker": ["libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-astwalker": ["dist/libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-debug": ["libs/remix-debug/index.js"],
"@remix-project/remix-lib": ["libs/remix-lib/index.js"],
"@remix-project/remix-simulator": ["libs/remix-simulator/index.js"],
......
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